PageCount
EbookDocumentInfo.PageCount property
Returns number of pages in case of MOBI or AZW3 or number of chapters in case of ePub.
public int PageCount { get; }
Remarks
e-Book documents usually have no fixed pages and thus page count. In case of ePub it is possible to calculate a number of chapters. However, the MOBI and AZW3 formats have no chapters either, so this number is calculated from standard page size set to A4 in portrait orientation.
See Also
- struct EbookDocumentInfo
- namespace GroupDocs.Editor.Metadata
- assembly GroupDocs.Editor