PdfDocument.LanguageCulture Property
In This Article
Gets or sets the language identifier that specifies the natural language for al document text.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public CultureInfo LanguageCulture { get; set; }
#Property Value
Type | Description |
---|---|
Culture |
A Culture |
#Remarks
The LanguageCulture property correlates with the Lang catalog dictionary entry from the PDF 1.7 specification.
See Also