DioDocs for PDF
FromStream(Stream) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 > GcSvgDocument クラス > FromStream メソッド : FromStream(Stream) メソッド
The stream containing the SVG data.
Creates a new GcSvgDocument from a specified SVG data stream.

The stream will be closed after reading the SVG data. To keep the stream open, use the FromStream(Stream,Boolean) overload and pass true in the leaveOpen parameter.

シンタックス
'宣言
 
Public Overloads Shared Function FromStream( _
   ByVal stream As System.IO.Stream _
) As GcSvgDocument
public static GcSvgDocument FromStream( 
   System.IO.Stream stream
)

パラメータ

stream
The stream containing the SVG data.

戻り値の型

The created SVG document.
参照

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