Skip to main content
All docs
V26.1
  • CodabarOptions.StartSymbol Property

    Gets or sets the first symbol used to code barcode structure.

    Namespace: DevExpress.Docs.Barcode

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public CodabarStartStopSymbol StartSymbol { get; set; }

    Property Value

    Type Default Description
    CodabarStartStopSymbol A

    The first symbol used to code barcode structure.

    Available values:

    Name Description
    None

    Uses no start/stop character for Codabar barcode.

    A

    Uses “A” as the start/stop character for Codabar barcodes.

    B

    Uses “B” as the start/stop character for Codabar barcodes.

    C

    Uses “C” as the start/stop character for Codabar barcodes.

    D

    Uses “D” as the start/stop character for Codabar barcodes.

    See Also