PDF417Symbology.Rows Property
In This Article
Gets or sets the number of bar code rows, which allows control of the logic height of the bar code.
Namespace: DevExpress.WinUI.Controls
Assembly: DevExpress.WinUI.BarCode.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | The logic height of the bar code. |
#Remarks
Use the Rows and PDF417Symbology.Columns properties, to control the logic dimensions of the barcode.
To determine the height-to-width ratio of a logical unit’s graphic representation, use the PDF417Symbology.YToXRatio property.
See Also