PageCount

WebPImage.PageCount property

Retrieve the total count of pages within the specified document, facilitating efficient navigation and management of multi-page content. Incorporate this functionality to enhance user experience, enabling seamless access to comprehensive document structures.

public override int PageCount { get; }

Property Value

The page count.

See Also