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

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

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithSize(
        float width,
        float height
    )

    Parameters

    Name Type Description
    width Single

    The width of the barcode image.

    height Single

    The height of the barcode image.

    Returns

    Type Description
    TBuilder

    The builder object with the updated size.

    See Also