DioDocs for PDF
GcTiffReader コンストラクタ(Stream,Boolean,Int32)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcTiffReader クラス > GcTiffReader コンストラクタ : GcTiffReader コンストラクタ(Stream,Boolean,Int32)
The input stream.
Indicates if the input stream should be closed when the GcTiffReader is disposed.
Index of a frame to read. Pass -1 to get all frames.
Initializes a new instance of GcTiffReader class and assigns the input stream.
シンタックス
'宣言
 
Public Function New( _
   ByVal stream As System.IO.Stream, _
   Optional ByVal ownStream As System.Boolean, _
   Optional ByVal frameIndex As System.Integer _
)
public GcTiffReader( 
   System.IO.Stream stream,
   System.bool ownStream,
   System.int frameIndex
)

パラメータ

stream
The input stream.
ownStream
Indicates if the input stream should be closed when the GcTiffReader is disposed.
frameIndex
Index of a frame to read. Pass -1 to get all frames.
参照

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