Gets the object that manages the pages of the document.
Object.defineProperty(Document.prototype, 'pages',
get: function()
)
pages: DocumentPages; // read-only
The DocumentPages object that manages the pages of this Document.
DocumentPages is a standard JavaScript array.
DocumentPages contains a collection of DocumentPage that contains the data for a single page in the document. The page item is the main entry point for using the documents in a viewer or converter application. It contains functions to retrieve or update the raster or XVG image of the page, text data, annotations and hyperlinks. Refer to DocumentPage for more information.
For an example, refer to LoadFromUri.
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