PageCount

GifImage.PageCount property

Retrieve the total number of pages contained within the image with this straightforward property. Ideal for quickly assessing the extent of the image content.

public override int PageCount { get; }

Property Value

The page count.

See Also