The class representing a result of searching designated text from PDF page.
Namespace: Spire.Pdf.General.FindAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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 |
| Member | Description | |
|---|---|---|
| ApplyHighLight()()()() |
apply hight light of the seached text
| |
| ApplyHighLight(Color) |
Apply hight light of the seached text
| |
| 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 | Obsolete.
Gets the bounds of the searched text of this System.Drawing RectangleF structure.
| |
| Boundses | Obsolete.
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.Drawing 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 actual 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.) | |
| OriginalFontName |
Get the original font name
| |
| 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.Drawing 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.Drawing SizeF structure.
| |
| TextBounds |
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.Drawing RectangleF structure.
| |
| ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Spire.Pdf.General.Find..::..PdfTextFind
Spire.Pdf.General.Find..::..PdfTextFind