Initializes a new instance of
GcTiffWriter class and sets the output file.
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
Optional ByVal As System.Boolean _
)
public GcTiffWriter(
System.string ,
System.bool
)
パラメータ
- filePath
- Full path to the output file.
- bigEndian
- Indicates whether big-endian (true) or little-endian (false) byte order is used within the output file.
参照