Leadtools.Documents Namespace : DocumentPages Object |
function Leadtools.Documents.DocumentPages()
DocumentPages manages the pages of the document. It can be accessed through the Pages property of Document.
DocumentPages is a class that derives from the standard JavaScript Array
. Thus it contains all the methods and properties of a standard array.
As well as the array support, DocumentPages has the following:
DefaultPageSize: The default size of pages with no images.
DefaultResolution: The default resolution (DPI) of new pages with no images.
For an example, refer to LoadFromUri.