Defines a collection of PDF document pages.
[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.
s
For an example, refer to PDFDocumentPage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET