CodabarOptions.StartStopPair Property
Gets or sets the first (start) and last (stop) symbols used to code the bar code’s structure.
Namespace: DevExpress.BarCodes
Assembly: DevExpress.Docs.v22.2.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Property Value
Type | Description |
---|---|
CodabarStartStopPair | A CodabarStartStopPair enumeration value that specifies the pair of start and stop symbols used. The default value is CodabarStartStopPair.AT. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to StartStopPair |
---|---|
BarCodeOptions |
|
Remarks
Note that the start and stop symbol bars are added to the bar code automatically, so you don’t need to specify them in the bar code’s XRControl.Text property.