PageCount

DicomImage.PageCount property

Retrieve the total page count of the image with this intuitive property. Ideal for developers seeking quick access to the number of pages within an image, ensuring efficient navigation and management.

public override int PageCount { get; }

Property Value

The page count.

See Also