DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcTiffReader Class / Frames Property

In This Topic
Frames Property (GcTiffReader)
In This Topic
Gets the list of frames in the associated TIFF file.

Check the value of TiffFrame.IsValid property before reading an image from TiffFrame.

Syntax
'Declaration
 
Public ReadOnly Property Frames As System.Collections.Generic.List(Of TiffFrame)
 
See Also