Gets the number of pages in this document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public int PageCount { get; }
VB
Public ReadOnly Property PageCount As Integer
Get
Property Value
Type:
Int32The number of pages in this document.
See Also