Gets the collection of pages in this document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfCollection<PdfPage> Pages { get; }
VB
Public ReadOnly Property Pages As PdfCollection(Of PdfPage)
Get
Property Value
Type:
PdfCollection<
PdfPage>
The collection of pages in this document.
See Also