Skip to main content
All docs
V24.1

PdfOptionalContentUsage.Language Property

Gets the language of the content controlled by this optional content group.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfOptionalContentUsageLanguage Language { get; }

Property Value

Type Description
DevExpress.Pdf.PdfOptionalContentUsageLanguage

An object that contains the language of the content.

See Also