| PdfOCUsageLanguage Property |
Gets or sets an object specifying the language of the content controlled by the optional content group.
Property Value
PdfLanguageOptional.
///
Namespace: Patagames.Pdf.Net.Wrappers.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public PdfLanguage Language { get; set; }
Public Property Language As PdfLanguage
Get
Set
public:
property PdfLanguage^ Language {
PdfLanguage^ get ();
void set (PdfLanguage^ value);
}
member Language : PdfLanguage with get, set
/** @property */
public PdfLanguage get_Language()
/** @property */
public void set_Language(PdfLanguage value)
function get_Language();
function set_Language(value);
Property Value
PdfLanguageSee Also