PdfLinkAnnotationDescription Property

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

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public string Description { get; set; }

Property Value

String

See Also