Skip to main content

DataBarOptions.SegmentsInRow Property

Gets or sets the number of data segments per row in the Expanded Stacked type of a GS1 DataBar bar code.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public int SegmentsInRow { get; set; }

Property Value

Type Description
Int32

An integer value specifying the number of data segments per row.

Property Paths

You can access this nested property as listed below:

Object Type Path to SegmentsInRow
BarCodeOptions
.DataBar .SegmentsInRow
See Also