C#
VB
C++
Gets the number of frames of the cell.
public int PageCount { get; }
Public ReadOnly Property PageCount As Integer
public:
property int PageCount {
int get();
}
value that indicates the number of frames assigned to the cell.
This is especially useful when the user enables the low memory usage. In this case, the number of frames cannot be obtained from the Image property, since it will return null.
For an example, refer to GetPage.
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