Class Barcode1DSetting
Base class for 1 dimensional bar code type settings.
Inheritance
System.Object
Barcode1DSetting
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Barcode
Assembly: Syncfusion.SfBarcode.Windows.dll
Syntax
public abstract class Barcode1DSetting : Settings, IBarcodeSetting
Constructors
Barcode1DSetting()
Initializes Barcode1DSetting class.
Declaration
public Barcode1DSetting()
Properties
BarHeight
Gets or sets the height of each bar.
Declaration
public double BarHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 80. |
Remarks
The value is in pixel.
EnableCheckDigit
Gets or sets whether to enable check digit.
Declaration
public bool EnableCheckDigit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false. |
EncodeStartStopSymbols
Gets or sets whether to encode start stop symbols.
Declaration
public bool EncodeStartStopSymbols { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true. |
NarrowBarWidth
Gets or sets the width of the narrow bar in bar code.
Declaration
public double NarrowBarWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1. |
Remarks
The value is in pixel.
ShowCheckDigit
Gets or sets whether to display check digit.
Declaration
public bool ShowCheckDigit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false. |