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

    Gets or sets the barcode width, in pixels

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public float Width { get; set; }

    Property Value

    Type Description
    Single

    The barcode width.

    Property Paths

    You can access this nested property as listed below:

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