Left Property (IQuietZone)
In This Topic
The size of the quiet zone on the left side of the barcode symbol. The default value for this property is 0.
Syntax
'Declaration
Property Left As System.String
'Usage
Dim instance As IQuietZone
Dim value As System.String
instance.Left = value
value = instance.Left
System.string Left {get; set;}
read-write property Left: System.String;
function get,set Left : System.String
__property System.string* get_Left();
__property void set_Left(
System.string* value
);
property System.String^ Left {
System.String^ get();
void set ( System.String^ value);
}
See Also