IDocumentInfoRawPageCount Property |
Gets the total number of document raw pages.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxint RawPageCount { get; }
ReadOnly Property RawPageCount As Integer
Get
property int RawPageCount {
int get ();
}
abstract RawPageCount : int with get
Property Value
Type:
Int32An 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