Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDocument.LanguageCulture Property

Gets or sets the language identifier that specifies the natural language for al document text.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.Core.dll

Declaration

public CultureInfo LanguageCulture { get; set; }

Property Value

Type Description
CultureInfo

A CultureInfo object containing language identifier for all document text.

Remarks

The LanguageCulture property correlates with the Lang catalog dictionary entry from the PDF 1.7 specification.

See Also