Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Shapes.ImageShapeModel

ImageShapeModel.FrameCount Property

The number of frames in the image.

csharp
public int FrameCount { get; set; }

Property Value

System.Int32

Remarks

Most image types hold a single frame. TIFF images can have multiple frames.
Use FrameIndex to select the frame to show.