Click or drag to resize

PdfLanguagePreferred Property

Gets or sets a value that is used by viewer applications when there is a partial match but no exact match between the system language and the language strings in all usage dictionaries.

Namespace: Patagames.Pdf.Net.Wrappers.OptionalContent
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public OCGState Preferred { get; set; }

Property Value

OCGState
Optional. Value may be On or Off. Unspecified means that there is no such entry in the underlying dictionary. Default value: Off.
Exceptions
ExceptionCondition
ArgumentExceptionThe property is set and value is unsupported. Only On and Off are allowed.
See Also