Back to Devexpress

BarCode.ImageWidth Property

officefileapi-devexpress-dot-barcodes-dot-barcode-475f78a6.md

latest1.4 KB
Original Source

BarCode.ImageWidth Property

Gets or sets the width of the resulting image.

Namespace : DevExpress.BarCodes

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public float ImageWidth { get; set; }
vb
Public Property ImageWidth As Single

Property Value

TypeDescription
Single

A Single value that is the width of an image in units specified by the BarCode.Unit property.

|

Remarks

If the BarCode.AutoSize option is in effect, the ImageWidth property value is ignored.

See Also

Unit

AutoSize

BarCode Class

BarCode Members

DevExpress.BarCodes Namespace