Number of pages in the document being uploaded.
Object.defineProperty(UploadDocumentOptions.prototype, 'pageCount',
get: function(),
set: function(value)
)
pageCount: number;
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 is overridden by the factory and the real number of pages obtained from the document data.
Note that the original value set here in pageCount is returned by DocumentFactory.checkCacheInfo if called prior to the factory loading the document.
For an example, refer to DocumentFactory.uploadDocument or DocumentFactory.uploadDocumentBlob.
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