IDocumentInfoPageCount Property |
In implementing type should return count (number) of pages or other similar format-dependent entities (tabs, slides etc.).
For those family types, that don't have something similar (like plain text documents or XML) should return 1.
Namespace: GroupDocs.Editor.MetadataAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
SyntaxReadOnly Property PageCount As Integer
Get
property int PageCount {
int get ();
}
abstract PageCount : int with get
Property Value
Type:
Int32
See Also