Table of Contents

Class MatchedItem

Namespace
Syncfusion.Pdf.Parsing
Assembly
Syncfusion.Pdf.Portable.dll
public class MatchedItem
Inheritance
MatchedItem
Inherited Members

Constructors

MatchedItem()

public MatchedItem()

Properties

Bounds

Rectangle bounds of the searched text.

public RectangleF Bounds { get; set; }

Property Value

RectangleF

Text

The searched text.

public string Text { get; set; }

Property Value

string