IDocumentInfoPageCount Property |
Gets the number of pages (slides, worksheets, etc) in the loaded document.
Namespace: GroupDocs.Metadata.CommonAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
SyntaxReadOnly Property PageCount As Integer
Get
property int PageCount {
int get ();
}
abstract PageCount : int with get
Property Value
Type:
Int32The number of pages (slides, worksheets, etc) in the loaded document.
See Also