Skip to main content
All docs
V26.1
  • PDF417OptionsBuilder.WithYToXRatio(Int32) Method

    Specifies the Y (the height of each row) to X (width of the narrowest bar) ratio of the symbol. Returns the builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public PDF417OptionsBuilder WithYToXRatio(
        int ratio
    )

    Parameters

    Name Type Description
    ratio Int32

    The Y to X ratio value.

    Returns

    Type Description
    PDF417OptionsBuilder

    The current PDF417OptionsBuilder instance for method chaining.

    See Also