[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>
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.
For an example, refer to PDFDocumentPage.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document