The class representing a result of searching designated text from PDF page.
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 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 |
Member | Description | |
---|---|---|
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) | (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()()()() | (Inherited from Object.) |