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
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 |
|
See Also