Skip to main content
All docs
V26.1
  • Industrial2of5OptionsBuilder.WithWideNarrowRatio(Single) Method

    Specifies the wide bar to narrow bar ratio and returns the builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public Industrial2of5OptionsBuilder WithWideNarrowRatio(
        float ratio
    )

    Parameters

    Name Type Description
    ratio Single

    The density of barcode bars.

    Returns

    Type Description
    Industrial2of5OptionsBuilder

    The current Industrial2of5OptionsBuilder instance for method chaining.

    See Also