IBarcodeSettings
Unit Property
|
The unit of measure of the barcode's measurable properties.
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
GraphicsUnit Unit { get; set; }
Property Unit As GraphicsUnit
Get
Set
property GraphicsUnit Unit {
GraphicsUnit get ();
void set (GraphicsUnit value);
}
abstract Unit : GraphicsUnit with get, set
Property Value
Type:
GraphicsUnit
See Also