Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcTiffReader Class / GcTiffReader Constructor / GcTiffReader Constructor(String,Int32)
Full path to the input .tiff file.
Index of a frame to read. Pass -1 to get all frames.

In This Topic
    GcTiffReader Constructor(String,Int32)
    In This Topic
    Initializes a new instance of GcTiffReader class and assigns the input file.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal filePath As System.String, _
       Optional ByVal frameIndex As System.Integer _
    )
    public GcTiffReader( 
       System.string filePath,
       System.int frameIndex
    )

    Parameters

    filePath
    Full path to the input .tiff file.
    frameIndex
    Index of a frame to read. Pass -1 to get all frames.
    See Also