PageCount

OdImage.PageCount property

Retrieves the total count of pages within the image. This property is essential for applications managing multi-page images, enabling them to accurately determine the number of pages available for processing or display.

public override int PageCount { get; }

Property Value

The page count.

See Also