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: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public string Description { get; set; }

Property Value

String

See Also