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

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.v19.2.Core.dll

Declaration

public bool IsLanguagePreferred { get; }

Property Value

Type Description
Boolean

true, if the language is preferred; otherwise false.

See Also