Skip to main content
All docs
V25.1
  • XRBarCode.ActualModule Property

    Gets the width of the narrowest bar or space in the current XRBarCode instance (measured in report units).

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    [SRCategory(ReportStringId.CatBehavior)]
    public float ActualModule { get; }

    Property Value

    Type Description
    Single

    The width of the narrowest bar or space (measured in report units).

    Remarks

    The ActualModule property returns the module value for the barcode after automatic calculations.

    You can use the AutoModule property to automatically calculate module value depending on the barcode element size. The TargetDeviceDpi affects this value depending on the target device’s DPI. The resulting module size is displayed in the ActualModule property.

    For QR-codes, the QRCodeGenerator.Logo property is ignored when the module size is automatically calculated.

    See Also