function lt.Document.DocumentPages
extends LeadCollection
class lt.Document.DocumentPages
extends LeadCollection
DocumentPages manages the pages of the document. It can be accessed through the Pages property of LEADDocument.
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:
CreatePage: The only way supported for creating new DocumentPage objects since the constructor of this class is not accessible.
DefaultPageSize: The default size of pages with no images.
DefaultResolution: The default resolution (DPI) of new pages with no images.
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.
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