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