Number of pages in the document being uploaded.
public int PageCount { get; set; }
Public Property PageCount() As Integer
Get
Set
public:
property Int32 PageCount
{
Int32 get()
void set(Int32 value)
}
The number of pages in the document being uploaded. The default value is 0.
This value is optional and setting it depends on the application's requirement.
This value is just a hint for the factory when it first tries to load the document. If the value of PageCount is 0 or a wrong value, then it will be overridden by the factory and the real number of pages obtained from the document data.
Note that the original value set here in PageCount will be returned by DocumentFactory.GetDocumentCacheInfo if called prior to the factory loading the document.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document