Gets or Sets the charset of the document.
Namespace: SpiceLogic.WinHTMLEditor
Assembly: WinHTMLEditorControl (in WinHTMLEditorControl.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Charset As String |
| C# |
|---|
| public string Charset { get; set; } |
| C++ |
|---|
| public property string Charset sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_Charset(); /** property */ public void set_Charset(string value); |
| JScript |
|---|
| public function get Charset() : String public function set Charset(value : String); |