LEADTOOLS PDF (Leadtools.Pdf assembly)

PDFDocumentPageCollection Class

Show in webframe





Members 
Defines a collection of PDF document pages.
Object Model
Syntax
'Declaration
 
Public Class PDFDocumentPageCollection 
   Inherits System.Collections.ObjectModel.ReadOnlyCollection(Of PDFDocumentPage)
'Usage
 
Dim instance As PDFDocumentPageCollection

            

            
public ref class PDFDocumentPageCollection : public System.Collections.ObjectModel.ReadOnlyCollection<PDFDocumentPage> 
Remarks

The PDFDocumentPageCollection is used as the type for the PDFDocument.Pages property.

When a PDFDocument object is constructed from a PDF file, PDFDocument.Pages is automatically created and populated with a PDFDocumentPage object for each page found in the PDF file.

PDFDocument is a read-only view of a PDF file. As a result, the PDFDocumentPageCollection is created as a read-only collection to the pages.

s
Example

For an example, refer to PDFDocumentPage.

Requirements

Target Platforms

See Also

Reference

PDFDocumentPageCollection Members
Leadtools.Pdf Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.