For PDF/UA compliance, set Description to a meaningful alternative description
public class PdfLinkAnnotation| BorderStyle | Border style drawn around the clickable hotspot. Default: None (no visible border, typical for text hyperlinks where the link target is implied by the underlying text) |
| BorderWidth | Border width in points when BorderStyle is not None. Default: 1.0 |
| Description | Alternative text description used by assistive technologies and written to the annotation's /Contents entry. Required by PDF/UA-1 and PDF/UA-2; recommended for all documents. When omitted, the URL (for URI links) or a generic phrase is used as a fallback so /Contents is never empty |
| Height | Height of the clickable hotspot in points |
| HighlightMode | Visual feedback shown when the user activates the link (mouse-down / tap). Default: Invert |
| PageNumber | Page number on which the clickable hotspot is placed (1-based) |
| Width | Width of the clickable hotspot in points |
| X | X coordinate of the hotspot's top-left corner, in points (1/72 in), measured from the left edge of the page content area |
| Y | Y coordinate of the hotspot's top-left corner, in points, measured from the top edge of the page content area |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| FromUrl | Creates a hyperlink that opens an external URL when activated. Produces a URI action (always allowed in PDF/A) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToPage | Creates a hyperlink that jumps to another page within the same document, fitting the whole page in the viewport. Produces a GoTo action with a /Fit destination (allowed in every PDF/A) |
| ToPageLocation | Creates a hyperlink that jumps to a specific location on another page within the same document. Produces a GoTo action with an explicit destination (Xyz / FitH / FitV / FitR) controlled by the supplied PdfLinkPageLocation |
| ToString | (Inherited from Object) |