Skip to main content
All docs
V26.1
  • DataBarOptionsBuilder.WithType(DataBarType) Method

    Specifies the symbol type of the GS1 DataBar family of barcodes and returns a builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public DataBarOptionsBuilder WithType(
        DataBarType type
    )

    Parameters

    Name Type Description
    type DataBarType

    The symbol type.

    Returns

    Type Description
    DataBarOptionsBuilder

    The current DataBarOptionsBuilder instance for method chaining.

    See Also