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

    Gets or sets the height of bars in a barcode.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public float BarHeight { get; set; }

    Property Value

    Type Description
    Single

    A Single value that specifies the bar height in current units.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to BarHeight
    BarcodeGenerator
    .Options .BarHeight

    Remarks


    The BarHeight property allows you to adjust bar code height while maintaining scanability. It reduces the bar code height without reducing its width.

    Note

    The BarHeight property does not apply to 2-D and Data Bar barcodes.

    See Also