Gets page which is including the searched text of this Spire.Pdf.PdfPageBase 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 PdfPageBase SearchPage { get; }
Public ReadOnly Property SearchPage As PdfPageBase
	Get
public:
property PdfPageBase^ SearchPage {
	PdfPageBase^ get ();
}
member SearchPage : PdfPageBase with get

Property Value

PdfPageBase

See Also