Skip to main content

PDF417Symbology.Rows Property

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

[DP(3, Handler = "RowsPropertyChanged")]
public int Rows { get; set; }

#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