FullAscii Property (Code93)
In This Topic
Indicates whether the symbol enables encoding of all 93 ASCII characters.
Syntax
'Declaration
<JsonAttribute(1)>
<System.ComponentModel.DefaultValueAttribute(False)>
Public Overridable Property FullAscii As System.Boolean
'Usage
Dim instance As Code93
Dim value As System.Boolean
instance.FullAscii = value
value = instance.FullAscii
[Json(1)]
[System.ComponentModel.DefaultValue(false)]
public virtual System.bool FullAscii {get; set;}
public read-write property FullAscii: System.Boolean; virtual;
JsonAttribute(1)
System.ComponentModel.DefaultValueAttribute()
public function get,set FullAscii : System.boolean
[Json(1)]
[System.ComponentModel.DefaultValue(false)]
public: __property virtual System.bool get_FullAscii();
public: __property virtual void set_FullAscii(
System.bool value
);
[Json(1)]
[System.ComponentModel.DefaultValue(false)]
public:
virtual property System.bool FullAscii {
System.bool get();
void set ( System.bool value);
}
See Also