Skip to main content

PDF417Symbology.Columns Property

Gets or sets the number of bar code columns, which allows control of the logic width of the bar code.

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.BarCode.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP(1, Handler = "ColumnsPropertyChanged")]
public int Columns { get; set; }

#Property Value

Type Description
Int32

The logic width of the bar code.

#Remarks

Use the Columns and PDF417Symbology.Rows 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