Get the number of pages in Image.
public int PageCount { get; }
Public ReadOnly Property PageCount() As Integer
Get
public:
property int PageCount
{
int get()
}
The total number of pages in Image. Will return 0 if Image is null.
This value is used since RasterImage supports multi-page images (frames). ImageViewerPagerInteractiveMode uses the value of this property to find the maximum value when cycling through the pages of a multi-page image in an item.
For more information, refer to Image Viewer Items.
For an example, refer to PageNumber.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET