Barcode .Net Class Library

BarcodeImage.BarcodeHeight Property

Gets or sets the height of the barcode.

[Visual Basic]
Public Property BarcodeHeight As Integer

[C#]
public int BarcodeHeight {get; set}

Property Value

The barcode height in pixels.

Remarks

Depending the value of the Orientation property, BarcodeHeight may be either the image height or width.

See Also

BarWidth | BarcodeWidth


© 2002 Bokai Corporation. All rights reserved.