Class MatchedItem
Inheritance
System.Object
MatchedItem
Namespace: Syncfusion.Pdf.Parsing
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public class MatchedItem : Object
Constructors
MatchedItem()
Declaration
public MatchedItem()
Properties
Bounds
Rectangle bounds of the searched text.
Declaration
public RectangleF Bounds { get; set; }
Property Value
Type |
---|
RectangleF |
Text
The searched text.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |