Class PdfLinkAnnotation
Inheritance
System.Object
PdfLinkAnnotation
Assembly: IronPdf.dll
Syntax
public class PdfLinkAnnotation : PdfAnnotation
Constructors
PdfLinkAnnotation(Rectangle, Color, String, String, String, Boolean)
Declaration
public PdfLinkAnnotation(Rectangle rectangle, Color color, string name, string contents, string dest, bool hidden)
Parameters
Type |
Name |
Description |
IronSoftware.Drawing.Rectangle |
rectangle |
|
IronSoftware.Drawing.Color |
color |
|
System.String |
name |
|
System.String |
contents |
|
System.String |
dest |
|
System.Boolean |
hidden |
|
Properties
Dest
Declaration
public string Dest { get; }
Property Value
Type |
Description |
System.String |
|