Skip to main content
All docs
V26.1
  • ITF14OptionsBuilder.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 ITF14OptionsBuilder WithWideNarrowRatio(
        float wideNarrowRatio
    )

    Parameters

    Name Type Description
    wideNarrowRatio Single

    The ratio of wide bars to narrow bars.

    Returns

    Type Description
    ITF14OptionsBuilder

    The current ITF14OptionsBuilder instance for method chaining.

    See Also