LabelWithStartAndStopCharacter Property (Code39)
In This Topic
Indicates whether to show the start and stop character in the label.
Syntax
'Declaration
<JsonAttribute(1)>
<System.ComponentModel.DefaultValueAttribute(False)>
Public Overridable Property LabelWithStartAndStopCharacter As System.Boolean
'Usage
Dim instance As Code39
Dim value As System.Boolean
instance.LabelWithStartAndStopCharacter = value
value = instance.LabelWithStartAndStopCharacter
[Json(1)]
[System.ComponentModel.DefaultValue(false)]
public virtual System.bool LabelWithStartAndStopCharacter {get; set;}
public read-write property LabelWithStartAndStopCharacter: System.Boolean; virtual;
JsonAttribute(1)
System.ComponentModel.DefaultValueAttribute()
public function get,set LabelWithStartAndStopCharacter : System.boolean
[Json(1)]
[System.ComponentModel.DefaultValue(false)]
public: __property virtual System.bool get_LabelWithStartAndStopCharacter();
public: __property virtual void set_LabelWithStartAndStopCharacter(
System.bool value
);
[Json(1)]
[System.ComponentModel.DefaultValue(false)]
public:
virtual property System.bool LabelWithStartAndStopCharacter {
System.bool get();
void set ( System.bool value);
}
See Also