Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicTiffReader Class / Frames Property

In This Topic
    Frames Property (GcWicTiffReader)
    In This Topic
    Gets the list of frames in the associated TIFF file/stream.
    Syntax
    'Declaration
     
    Public ReadOnly Property Frames As System.Collections.Generic.List(Of WicTiffFrame)
    public System.Collections.Generic.List<WicTiffFrame> Frames {get;}
    See Also