Back to Devexpress

BarCode.ImageHeight Property

officefileapi-devexpress-dot-barcodes-dot-barcode-20dedee6.md

latest1.4 KB
Original Source

BarCode.ImageHeight Property

Gets or sets the height of the bar code image.

Namespace : DevExpress.BarCodes

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

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

Property Value

TypeDescription
Single

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

|

Remarks

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

See Also

Unit

AutoSize

BarCode Class

BarCode Members

DevExpress.BarCodes Namespace