Gets index of page which is including the searched text of this System.Int32 structure.

Namespace: Spire.Pdf.General.Find
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int SearchPageIndex { get; }
Public ReadOnly Property SearchPageIndex As Integer
	Get
public:
property int SearchPageIndex {
	int get ();
}
member SearchPageIndex : int with get

Property Value

Int32

See Also