DioDocs for PDF
FromStream(Stream,Boolean) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 > GcSvgDocument クラス > FromStream メソッド : FromStream(Stream,Boolean) メソッド
The stream containing the SVG data.
true to leave the stream open after reading the data, false to close the stream.
Creates a new GcSvgDocument from a specified SVG data stream, optionally leaving the stream open.
シンタックス
'宣言
 
Public Overloads Shared Function FromStream( _
   ByVal stream As System.IO.Stream, _
   ByVal leaveOpen As System.Boolean _
) As GcSvgDocument
public static GcSvgDocument FromStream( 
   System.IO.Stream stream,
   System.bool leaveOpen
)

パラメータ

stream
The stream containing the SVG data.
leaveOpen
true to leave the stream open after reading the data, false to close the stream.

戻り値の型

The created SVG document.
参照

GcSvgDocument クラス
GcSvgDocument メンバ
オーバーロード一覧