[]
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 Action are specified, the viewer application will determine the behavior, which may be unpredictable. For consistent results, specify only one. |
| Border | |
| Dest | Gets or sets the DestinationBase to be displayed when this LinkAnnotation is activated. If both Dest and Action are specified, the viewer application will determine the behavior, which may be unpredictable. For consistent results, specify only one. |
| Highlighting | Gets or sets the annotation's highlighting mode. |