Skip to main content
All docs
V26.1
  • BarcodeOptionsBuilder<TOptions, TBuilder>.WithRightToLeft(Boolean) Method

    Specifies whether the barcode text is rendered from right to left and returns the builder object.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithRightToLeft(
        bool rightToLeft
    )

    Parameters

    Name Type Description
    rightToLeft Boolean

    true to render the barcode text from right to left; otherwise, false.

    Returns

    Type Description
    TBuilder

    The builder object with the updated right-to-left setting.

    See Also