SymbologyOptionsMaxiCodeEnableCustomWidth Property ByteScout Barcode SDK
Gets or sets a value indicating whether MaxiCode enables the use of a custom width. By default value is true and MaxiCode symbology size is determined as 30*NarrowBarWidth. Set value to false if you want to use standard MaxiCode symbology size (calculated as approximately one inch (2.54 cm) for the current resolution)

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax

public bool MaxiCodeEnableCustomWidth { get; set; }

Property Value

Type: Boolean
true if MaxiCode enable custom width; otherwise, false.
See Also

Reference