PdfDocumentInfoLanguage Property

Gets or sets the BCP 47 language tag for the PDF document, e.g. "en-US". The value is written to the PDF catalog /Lang entry and to the XMP metadata when a PDF/UA or PDF/A standard is active. Must be a valid BCP 47 language tag. The default is empty

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public string Language { get; set; }

Property Value

String

See Also