GcWicTiffReader Constructor(Stream,Boolean,Int32,ImagingFactory)
In This Topic
Initializes a new instance of
GcWicTiffReader class and assigns the input stream.
Syntax
'Declaration
Public Function New( _
ByVal As System.IO.Stream, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Integer, _
Optional ByVal As GrapeCity.Documents.DX.WIC.ImagingFactory _
)
public GcWicTiffReader(
System.IO.Stream ,
System.bool ,
System.int ,
GrapeCity.Documents.DX.WIC.ImagingFactory
)
Parameters
- stream
- The input stream.
- ownStream
- Indicates if the input stream should be closed when the GcWicTiffReader is disposed.
- frameIndex
- Index of a frame to read. Pass -1 to get all frames.
- imagingFactory
- The existing imaging factory, to avoid duplicating factories.
See Also