←Select platform

PDFDocumentPageCollection Class

Summary

Defines a collection of PDF document pages.

Syntax
C#
VB
C++
[DefaultMemberAttribute("Item")] 
public class PDFDocumentPageCollection : ReadOnlyCollection<PDFDocumentPage> 
Public Class PDFDocumentPageCollection  
   Inherits System.Collections.ObjectModel.ReadOnlyCollection(Of PDFDocumentPage) 
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.

Example

For an example, refer to PDFDocumentPage.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly