PdfDocumentPages Property |
Gets a collection of objects that represent the pages in a PDF document.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic List<PdfPage> Pages { get; }Public ReadOnly Property Pages As List(Of PdfPage)
Get
Property Value
Type:
ListPdfPage
See Also