IDocumentInfoPageCount Property |
Gets the total number of document pages.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
SyntaxReadOnly Property PageCount As Integer
Get
property int PageCount {
int get ();
}
abstract PageCount : int with get
Property Value
Type:
Int32An integer value that represents a total number of pages.
See Also