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

    Specifies the height of the barcode image and returns the builder object.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithHeight(
        float height
    )

    Parameters

    Name Type Description
    height Single

    The height of the barcode image.

    Returns

    Type Description
    TBuilder

    The builder object with the updated height.

    See Also