Back to Devexpress

PdfDocument.LanguageCulture Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-b95d9008.md

latest1.3 KB
Original Source

PdfDocument.LanguageCulture Property

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public CultureInfo LanguageCulture { get; set; }
vb
Public Property LanguageCulture As CultureInfo

Property Value

TypeDescription
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

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace