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 > Document Class : Pages Property |
public DocumentPages Pages {get;}
'Declaration
Public ReadOnly Property Pages As DocumentPages
'Usage
Dim instance As Document Dim value As DocumentPages value = instance.Pages
public DocumentPages getPages()
public: property DocumentPages^ Pages { DocumentPages^ get(); }
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.
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.
For an example, refer to DocumentPages.