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

    Specifies the dpi value used to render the bar code.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithDpi(
        float dpi
    )

    Parameters

    Name Type Description
    dpi Single

    The dpi value used to create the bar code image.

    Returns

    Type Description
    TBuilder

    The builder object with the updated dpi value.

    See Also