PdfDocument.Pages 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: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public List<PdfPage> Pages { get; }
Public ReadOnly Property Pages As List(Of PdfPage)
Get
Property Value
Type:
List<PdfPage>See Also