GcWicTiffReader Constructor(String,Int32,ImagingFactory)
In This Topic
Initializes a new instance of
GcWicTiffReader class and assigns the input file.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
Optional ByVal As System.Integer, _
Optional ByVal As ImagingFactory _
)
public GcWicTiffReader(
System.string ,
System.int ,
ImagingFactory
)
Parameters
- filePath
- Full path to the input .tiff file.
- frameIndex
- Index of a frame to read. Pass -1 to get all frames.
- imagingFactory
- The existing imaging factory, to avoid duplicating factories.
See Also