Skip to main content
All docs
V26.1
  • DataBarOptionsBuilder.WithSegmentsInRow(Int32) Method

    Specifies the number of data segments per row in the ExpandedStacked type of a GS1 DataBar barcode. Returns a builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public DataBarOptionsBuilder WithSegmentsInRow(
        int segments
    )

    Parameters

    Name Type Description
    segments Int32

    The number of data segments per row.

    Returns

    Type Description
    DataBarOptionsBuilder

    The current DataBarOptionsBuilder instance for method chaining.

    See Also