OfdConverter
PageCount Property
|
Gets the document page count.
Namespace:
Spire.Pdf.Conversion
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int PageCount { get; }
Public ReadOnly Property PageCount As Integer
Get
public:
property int PageCount {
int get ();
}
member PageCount : int with get
Property Value
Type:
Int32
See Also