Class PdfMatch
Inheritance
System.Object
PdfMatch
Assembly: IronPdf.dll
Syntax
public class PdfMatch : Object
Constructors
PdfMatch(String, PdfTextSpan, Int32)
Declaration
public PdfMatch(string text, PdfTextSpan textSpan, int page)
Parameters
Type |
Name |
Description |
System.String |
text |
|
PdfTextSpan |
textSpan |
|
System.Int32 |
page |
|
Properties
Page
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Text
Declaration
public string Text { get; }
Property Value
Type |
Description |
System.String |
|
TextSpan
Declaration
public PdfTextSpan TextSpan { get; }
Property Value