Class PdfLinkAnnotation
PDF link annotation
Inherited Members
Namespace: IronPdf.Annotations
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
A destination to be displayed when the annotation is activated.
Declaration
public string Dest { get; }
Property Value
Type | Description |
---|---|
System.String |