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

    Specifies whether word wrap is enabled for the barcode text and returns the builder object.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithWordWrap(
        bool wordWrap
    )

    Parameters

    Name Type Description
    wordWrap Boolean

    true to enable word wrap for the barcode text; otherwise, false.

    Returns

    Type Description
    TBuilder

    The builder object with the updated word wrap setting.

    See Also