Class SFBarcode1DSettings
Base class for one dimensional bar code type settings.
Inheritance
System.Object
SFBarcode1DSettings
Namespace: Syncfusion.SfBarcode.iOS
Assembly: Syncfusion.SfBarcode.iOS.dll
Syntax
public class SFBarcode1DSettings : SFBarcodeSettings
Constructors
SFBarcode1DSettings()
Initializes Barcode1DSettings class.
Declaration
public SFBarcode1DSettings()
Properties
BarHeight
Gets or sets the height of each bar.
Declaration
public nfloat BarHeight { get; set; }
Property Value
Type | Description |
---|---|
System.nfloat | The default value is 80. |
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 nfloat NarrowBarWidth { get; set; }
Property Value
Type | Description |
---|---|
System.nfloat | The default value is 1. |
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. |