![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace : PDFDocumentPageCollection Class |
public class PDFDocumentPageCollection : System.Collections.ObjectModel.ReadOnlyCollection<PDFDocumentPage>
'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>
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.
sFor an example, refer to PDFDocumentPage.