Click or drag to resize

BarcodeControlModuleRatio Property

Determines the ratio of the wide to the narrow module in bar code styles with two module widths. Default is 1.5.

Namespace:  Atalasoft.Barcoding.Writing
Assembly:  Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public float ModuleRatio { get; set; }

Property Value

Type: Single
Exceptions
ExceptionCondition
ArgumentExceptionThrown if the value is less than 1.
Remarks
Will throw if the value is set to a number less than 1.
See Also