The class representing a result of searching designated text from PDF page.

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 class PdfTextFind
Public Class PdfTextFind
public ref class PdfTextFind
type PdfTextFind =  class end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ApplyHighLight()()()()
apply hight light of the seached text
ApplyHighLight(Color)
ApplyRecoverString(String)
apply hight light of the seached text
ApplyRecoverString(String, Boolean)
apply hight light of the seached text,with unicode
ApplyRecoverString(String, Color)
apply hight light of the seached text
ApplyRecoverString(String, Color, Boolean)
apply hight light of the seached text,with unicode
Bounds
Gets the bounds of the searched text of this System.Drawring RectangleF structure.
Boundses
Used by find text cross line if the MatchText in more lines( >=2 ),the results can not contain by one Rectangle. So we need a list to save data. Gets the bounds of the searched text of this System.Drawring RectangleF structure.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FontName
Get the font name
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
LineText
Gets all the text of the line where covers the searched text of this System.String structure .
MatchText
Gets match text of this System.String structure.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OuterText
Gets text which is including the searched text of this System.String structure.
Position
Gets the position of the searched text of this System.Drawing.PointF structure.
Positions
Used by find text cross line if the MatchText in more lines( >=2 ),the results can not contain by one Rectangle. So we need a list to save data. Gets the positions of the searched text of this System.Drawing.PointF structure.
SearchPage
Gets page which is including the searched text of this Spire.Pdf.PdfPageBase structure.
SearchPageIndex
Gets index of page which is including the searched text of this System.Int32 structure.
SearchText
Gets search text of this System.String structure.
Size
if the MatchText in more lines( >=2 ),the results can not contain by one Rectangle. So we need a list to save data. Gets the size of the searched text of this System.Drawring SizeF structure.
Sizes
Used by find text cross line if the MatchText in more lines( >=2 ),the results can not contain by one Rectangle. So we need a list to save data. Gets the sizes of the searched text of this System.Drawring SizeF structure.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Spire.Pdf.General.Find..::..PdfTextFind

See Also