Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace : DocumentPages Class |
[CollectionDataContractAttribute()] public class DocumentPages : Leadtools.LeadCollection<DocumentPage>
'Declaration
<CollectionDataContractAttribute()> Public Class DocumentPages Inherits Leadtools.LeadCollection(Of DocumentPage)
'Usage
Dim instance As DocumentPages
public class DocumentPages extends RasterCollection<DocumentPage>
[CollectionDataContractAttribute()] public ref class DocumentPages : public Leadtools.LeadCollection<DocumentPage>
DocumentPages manages the pages of the document. It can be accessed through the Pages property of Document.
DocumentPages derives from LeadCollection`1 and thus can implement Collection`1. 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.
For an example, refer to Document.