Charset Property (QrCode)
In This Topic
Gets or sets which charset to encode this control.
Syntax
'Declaration
<JsonAttribute(1)>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Overridable Property Charset As QrCodeCharset
'Usage
Dim instance As QrCode
Dim value As QrCodeCharset
instance.Charset = value
value = instance.Charset
[Json(1)]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public virtual QrCodeCharset Charset {get; set;}
public read-write property Charset: QrCodeCharset; virtual;
JsonAttribute(1)
System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
public function get,set Charset : QrCodeCharset
[Json(1)]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public: __property virtual QrCodeCharset get_Charset();
public: __property virtual void set_Charset(
QrCodeCharset value
);
[Json(1)]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
virtual property QrCodeCharset Charset {
QrCodeCharset get();
void set ( QrCodeCharset value);
}
See Also