| PdfLanguageLanguage Property |
Gets or sets a text string that specifies a language and possibly a locale. For example, es-MX represents Mexican Spanish.
Namespace: Patagames.Pdf.Net.Wrappers.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public string Language { get; set; }
Public Property Language As String
Get
Set
public:
property String^ Language {
String^ get ();
void set (String^ value);
}
member Language : string with get, set
/** @property */
public String get_Language()
/** @property */
public void set_Language(String value)
function get_Language();
function set_Language(value);
Property Value
StringRequired.
Exceptions See Also