DioDocs for PDF
Load(Stream,WicContainerFormat,Int32) メソッド

GrapeCity.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 > GcD2DBitmap クラス > Load メソッド : Load(Stream,WicContainerFormat,Int32) メソッド
The input stream.
The image container format; use WicContainerFormat.Unknown to detect the format automatically.
Index of an image frame to read; pass 0 for image formats not supporting multiple frames.
Loads the image from a stream.
シンタックス
'宣言
 
Public Overloads Sub Load( _
   ByVal stream As System.IO.Stream, _
   Optional ByVal containerFormat As WicContainerFormat, _
   Optional ByVal frameIndex As System.Integer _
) 
public void Load( 
   System.IO.Stream stream,
   WicContainerFormat containerFormat,
   System.int frameIndex
)

パラメータ

stream
The input stream.
containerFormat
The image container format; use WicContainerFormat.Unknown to detect the format automatically.
frameIndex
Index of an image frame to read; pass 0 for image formats not supporting multiple frames.
参照

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