 | 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.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic OCGState Preferred { get; set; }
Public Property Preferred As OCGState
Get
Set
public:
property OCGState Preferred {
OCGState get ();
void set (OCGState value);
}
member Preferred : OCGState with get, set
/** @property */
public OCGState get_Preferred()
/** @property */
public void set_Preferred(OCGState value)
function get_Preferred();
function set_Preferred(value);
Property Value
OCGStateOptional. Value may be
On or
Off.
Unspecified means that there is no such entry in the underlying dictionary.
Default value:
Off.
Exceptions
See Also