Click or drag to resize
Pdftools logo

ArchiveLanguage Property

The language of the output PDF

The language code that specifies the language of the PDF and specifically its AlternateText descriptions. Specifying the language is highly recommended for PDF/A level A conformance.

The codes are defined in BCP 47 and ISO 3166:2013 and can be obtained from the Internet Engineering Task Force and the International Organization for Standardization.

If no code is set, the language will be specified as unknown.

Examples:

  • "en"
  • "en-US"
  • "de"
  • "de-CH"
  • "fr-FR"
  • "zxx" (for non linguistic content)

Default: (unknown)


Namespace: PdfTools.Image2Pdf.Profiles
Assembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax
C#
public string Language { get; set; }

Property Value

String
See Also