Class PdfLinkAnnotation
Inheritance
System.Object
PdfLinkAnnotation
Assembly: IronPdf.dll
Syntax
public class PdfLinkAnnotation : PdfAnnotation
Constructors
PdfLinkAnnotation(Int32, Int32, Int32, Int32, String, String, String)
Declaration
public PdfLinkAnnotation(int x, int y, int width, int height, string name, string contents, string dest)
Parameters
Type |
Name |
Description |
System.Int32 |
x |
|
System.Int32 |
y |
|
System.Int32 |
width |
|
System.Int32 |
height |
|
System.String |
name |
|
System.String |
contents |
|
System.String |
dest |
|
Properties
Dest
Declaration
public string Dest { get; }
Property Value
Type |
Description |
System.String |
|