LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

PDFDocumentPageCollection Class






Members 
Defines a collection of PDF document pages.
Object Model
PDFDocumentPageCollection ClassPDFDocumentPage Class
Syntax
'Declaration
 
Public Class PDFDocumentPageCollection 
   Inherits System.Collections.ObjectModel.ReadOnlyCollection(Of PDFDocumentPage)
'Usage
 
Dim instance As PDFDocumentPageCollection
public sealed class PDFDocumentPageCollection : System.Collections.ObjectModel.ReadOnlyCollection<PDFDocumentPage> 
function Leadtools.Pdf.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDocumentPageCollection Members
Leadtools.Pdf Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.