GcWicTiffWriter Constructor(Stream,Boolean,ImagingFactory)
In This Topic
Initializes a new instance of
GcWicTiffWriter class and sets the output stream.
Syntax
'Declaration
Public Function New( _
ByVal As System.IO.Stream, _
Optional ByVal As System.Boolean, _
Optional ByVal As ImagingFactory _
)
public GcWicTiffWriter(
System.IO.Stream ,
System.bool ,
ImagingFactory
)
Parameters
- stream
- The output stream.
- ownStream
- Indicates whether the output stream should be disposed together with GcWicTiffWriter.
- imagingFactory
- The existing imaging factory, to avoid duplicating factories.
See Also