DocumentInfoRawPageCount Property |
Gets the total number of document raw pages.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic int RawPageCount { get; }
Public ReadOnly Property RawPageCount As Integer
Get
public:
virtual property int RawPageCount {
int get () sealed;
}
abstract RawPageCount : int with get
override RawPageCount : int with get
Property Value
Type:
Int32An integer value that represents a total number of raw pages.
Implements
IDocumentInfoRawPageCount
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