Skip to main content

PdfOptionalContentUsage.IsLanguagePreferred Property

Gets a value that indicates whether a partial match exists between the system language and the language strings in the entire usage.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool IsLanguagePreferred { get; }

Property Value

Type Description
Boolean

true, if the language is preferred; otherwise false.

See Also