Class PdfPageLink
Inheritance
System.Object
PdfPageLink
Assembly: IronPdf.dll
Syntax
public class PdfPageLink : Object
Constructors
PdfPageLink(RectangleF, Nullable<Int32>, String)
Declaration
public PdfPageLink(RectangleF bounds, Nullable<int> targetPage, string uri)
Parameters
Type |
Name |
Description |
System.Drawing.RectangleF |
bounds |
|
System.Nullable<System.Int32> |
targetPage |
|
System.String |
uri |
|
Properties
Bounds
Declaration
public RectangleF Bounds { get; }
Property Value
Type |
Description |
System.Drawing.RectangleF |
|
TargetPage
Declaration
public Nullable<int> TargetPage { get; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Uri
Declaration
public string Uri { get; }
Property Value
Type |
Description |
System.String |
|