Click or drag to resize

AttributesHeightRatio Field

Barcode Height-to-Width Ratio Defines the ratio of the barcode's height to its width. This attribute value is used to calculate the height of the barcode based on its width and the specified height-to-width ratio. Supported Values: Positive floating-point number using a period (.) as the decimal separator. Default Value: Varies depending on the model. Typically between 0.3 and 0.35.

Namespace:  Resto.Front.Api.Data.Cheques
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public const string HeightRatio = "heightRatio"

Field Value

Type: String
Remarks
For some models, if the calculated height of the barcode exceeds 255 dots, the value will be capped at 255 due to protocol limitations.
See Also