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

    Specifies the module size for the barcode and returns the builder object.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithModuleSize(
        float moduleSize
    )

    Parameters

    Name Type Description
    moduleSize Single

    The module size to apply to the barcode.

    Returns

    Type Description
    TBuilder

    The builder object with the updated module size.

    See Also