Class PdfMatches
Inheritance
System.Object
PdfMatches
Assembly: IronPdf.dll
Syntax
public class PdfMatches : Object
Constructors
PdfMatches(Int32, Int32, IList<PdfMatch>)
Declaration
public PdfMatches(int startPage, int endPage, IList<PdfMatch> matches)
Parameters
Type |
Name |
Description |
System.Int32 |
startPage |
|
System.Int32 |
endPage |
|
System.Collections.Generic.IList<PdfMatch> |
matches |
|
Properties
EndPage
Declaration
public int EndPage { get; }
Property Value
Type |
Description |
System.Int32 |
|
Items
Declaration
public IList<PdfMatch> Items { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<PdfMatch> |
|
StartPage
Declaration
public int StartPage { get; }
Property Value
Type |
Description |
System.Int32 |
|