Skip to main content
A newer version of this page is available. .

CodabarGenerator.StopSymbol Property

Gets or sets the last (stop) symbol used to code the bar code’s structure.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

[DefaultValue(CodabarStartStopSymbol.A)]
public CodabarStartStopSymbol StopSymbol { get; set; }

Property Value

Type Default Description
CodabarStartStopSymbol **A**

A CodabarStartStopSymbol enumeration value that specifies the stop symbol.

Available values:

Name Description
None

The first/last element in a bar code is not specified.

A

The first/last element in a bar code is “A”.

B

The first/last element in a bar code is “B”.

C

The first/last element in a bar code is “C”.

D

The first/last element in a bar code is “D”.

Remarks

Note that the specified CodabarGenerator.StartSymbol and StopSymbol are added to the bar code automatically, so you don’t need to specify them in the bar code’s XRControl.Text property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the StopSymbol property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also