←Select platform

Pages Property

Summary

Object that manages the pages of the document.

Syntax

C#
VB
Java
C++
public DocumentPages Pages { get; } 
Public ReadOnly Property Pages() As DocumentPages 
   Get 
public:  
   property DocumentPages^ Pages 
   { 
      DocumentPages^ get() 
   } 
public DocumentPages getPages() 

Property Value

The DocumentPages object that manages the pages of this Document.

Remarks

DocumentPages derives from LeadCollection<T> and thus can implement [System.Collections.ObjectModel.Collection1](https://msdn.microsoft.com/en-us/library/System.Collections.ObjectModel.Collection1.aspx). 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

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

Leadtools.Documents Assembly