Gets page which is including the searched text of this Spire.Pdf.PdfPageBase structure.
Namespace: Spire.Pdf.General.FindAssembly: 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