pages Property

Summary

Gets the object that manages the pages of the document.

Syntax
TypeScript
JavaScript
Object.defineProperty(LEADDocument.prototype, 'pages', 
   get: function() 
) 
readonly pages: DocumentPages; 

Property Value

The DocumentPages object that manages the pages of this LEADDocument.

Remarks

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.

Example

For an example, refer to LoadFromUri.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly