Frames Property
Frames
Gets the list of frames in the associated TIFF file.
Check the value of IsValid property before reading an image from TiffFrame.
Declaration
public List<TiffFrame> Frames { get; }
Public ReadOnly Property Frames As List(Of TiffFrame)