Skip to main content

PDF417Symbology.YToXRatio Property

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

[DP(3F, Handler = "YToXRatioPropertyChanged")]
public float YToXRatio { get; set; }

#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