Click or drag to resize
Pdf Library for .NET

PdfDocumentLanguage Property

Gets or sets the natural language of the document content (e.g. "en-US"), written as the document /Lang entry and on tagged structure elements. The default value is "en-US".

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.3
Syntax
public string Language { get; set; }

Property Value

String
See Also