EpubDocumentInfoPageCount Property |
Returns number of chapter.
Namespace: GroupDocs.Editor.MetadataAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic int PageCount { get; }
Public ReadOnly Property PageCount As Integer
Get
public:
virtual property int PageCount {
int get () sealed;
}
abstract PageCount : int with get
override PageCount : int with get
Property Value
Type:
Int32Implements
IDocumentInfoPageCount
See Also