SearchResultPageIndex Property |
Gets the page index where the text is found.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 20.12.0
Syntaxpublic Nullable<int> PageIndex { get; }
Public ReadOnly Property PageIndex As Nullable(Of Integer)
Get
public:
property Nullable<int> PageIndex {
Nullable<int> get ();
}
member PageIndex : Nullable<int> with get
Property Value
Type:
NullableInt32A zero-based index of the page where the text is found;
null if the seach is performed on the whole document text.
See Also