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