RawPageCount
DocumentInfo.RawPageCount property
Gets the total number of document raw pages.
public int RawPageCount { get; }
Property Value
An integer value that represents a total number of raw pages.
Remarks
Use RawPageCount
property instead of PageCount
property for raw text extraction. Some documents have different page numbers in accurate and raw text extraction modes. PageCount
property may perform extra calculations which impacts on text extraction speed in raw mode.
See Also
- class DocumentInfo
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser