Skip to main content
All docs
V26.1
  • BarcodeOptions.ModuleSize Property

    Gets or sets the width of the narrowest bar or space in the bar code.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public float ModuleSize { get; set; }

    Property Value

    Type Description
    Single

    The width of the narrowest bar or space.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to ModuleSize
    BarcodeGenerator
    .Options .ModuleSize
    See Also