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

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

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithSize(
        SizeF size
    )

    Parameters

    Name Type Description
    size SizeF

    The size to apply to the barcode image.

    Returns

    Type Description
    TBuilder

    The builder object with the updated size.

    See Also