Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

Pages Property






Object that manages the pages of the document.
Syntax
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();
}

Property Value

The DocumentPages object that manages the pages of this Document.
Remarks

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.

Example

For an example, refer to DocumentPages.

Requirements

Target Platforms

See Also

Reference

Document Class
Document Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features