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

    Gets or sets how the control applies the specified width and height to the barcode.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public SizeMode SizeMode { get; set; }

    Property Value

    Type Description
    SizeMode

    A SizeMode enumeration value.

    Available values:

    Name Description
    Auto

    The barcode image size is determined automatically.

    BarcodeImage

    The barcode image size is determined by the image size.

    Property Paths

    You can access this nested property as listed below:

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