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

GrapeCity.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 > GcWicTiffReader クラス > GcWicTiffReader コンストラクタ : GcWicTiffReader コンストラクタ(Stream,Boolean,Int32,ImagingFactory)
The input stream.
Indicates if the input stream should be closed when the GcWicTiffReader is disposed.
Index of a frame to read. Pass -1 to get all frames.
The existing imaging factory, to avoid duplicating factories.
Initializes a new instance of GcWicTiffReader 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, _
   Optional ByVal imagingFactory As ImagingFactory _
)
public GcWicTiffReader( 
   System.IO.Stream stream,
   System.bool ownStream,
   System.int frameIndex,
   ImagingFactory imagingFactory
)

パラメータ

stream
The input stream.
ownStream
Indicates if the input stream should be closed when the GcWicTiffReader is disposed.
frameIndex
Index of a frame to read. Pass -1 to get all frames.
imagingFactory
The existing imaging factory, to avoid duplicating factories.
参照

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