DocumentPages Object

Summary

Represents a collection of DocumentPage objects.

Syntax

JavaScript Syntax
function lt.Documents.DocumentPages 
	extends lt.LeadCollection 
TypeScript Syntax
class lt.Documents.DocumentPages() 
	extends lt.LeadCollection 

Remarks

DocumentPages manages the pages of the document. It can be accessed through the Pages property of Document.

DocumentPages derives from LeadCollection. You can use any of the collection methods to add, remove, insert, get, set and iterate through the pages.

As well as the collection support, DocumentPages has the following:

DocumentPage instances that belong to a source document can be added to a target (virtual) document at will. This allows the user to create a document that contain pages from various other documents in any order or number desired. When such pages are added to or removed from a DocumentPages collection, the DocumentDocuments collection in the target document will be updated to contain all the various child (source) documents owning the source pages.

Example

For an example, refer to LoadFromUri.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly