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