[]
Represents a hypertext link.
public class LinkAnnotation : AnnotationBase, IOwnedObject, IContentItem, IPdfDict
Public Class LinkAnnotation
Inherits AnnotationBase
Implements IOwnedObject, IContentItem, IPdfDict
Name | Description |
---|---|
LinkAnnotation() | Initializes a new instance of the LinkAnnotation class. |
LinkAnnotation(RectangleF, ActionBase) | Initializes a new instance of the LinkAnnotation class. |
LinkAnnotation(RectangleF, DestinationBase) | Initializes a new instance of the LinkAnnotation class. |
Name | Description |
---|---|
Action | Gets or sets the ActionBase to be performed when this LinkAnnotation is activated. If both Dest and this property are specified, then this property takes precedence and will be written into the PDF file. |
Border | |
Dest | Gets or sets the DestinationBase to be displayed when this LinkAnnotation is activated. If both this property and Action are specified, then Action takes precedence and will be written into the PDF file. |
Highlighting | Gets or sets the annotation's highlighting mode. |