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

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcTiffWriter クラス > GcTiffWriter コンストラクタ : GcTiffWriter コンストラクタ(Stream,Boolean,Boolean)
The output stream.
Indicates whether the output stream should be disposed together with GcTiffWriter.
Indicates whether big-endian (true) or little-endian (false) byte order is used within the output stream.
Initializes a new instance of GcTiffWriter class and sets the output stream.
シンタックス
'宣言
 
Public Function New( _
   ByVal stream As System.IO.Stream, _
   Optional ByVal ownStream As System.Boolean, _
   Optional ByVal bigEndian As System.Boolean _
)
public GcTiffWriter( 
   System.IO.Stream stream,
   System.bool ownStream,
   System.bool bigEndian
)

パラメータ

stream
The output stream.
ownStream
Indicates whether the output stream should be disposed together with GcTiffWriter.
bigEndian
Indicates whether big-endian (true) or little-endian (false) byte order is used within the output stream.
参照

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