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.8.0+c1110cafb37403de0188424e1c97e84e318ca892
Syntax
C#
public string Language { get; set; }

Property Value

String
See Also