Property: AutoType

AutoType bool

ActiveBarcde tries to detect the barcode type automatically. This property is obsolete and should not be relied on. It's implemented for compatibility purposes with old versions.

Code examples

Visual Basic:
AxBarcode1.AutoType = False
Delphi:
Barcode1.AutoType := FALSE;
C#:
axBarcode1.AutoType = false;
VBA (Office):
Barcode1.AutoType = False
Methods:


Properties:


Events: