GcTiffWriter Constructor(String,Boolean)
In This Topic
Initializes a new instance of
GcTiffWriter class and sets the output file.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
Optional ByVal As System.Boolean _
)
public GcTiffWriter(
System.string ,
System.bool
)
Parameters
- 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.
See Also