ImageGear23.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeReader Class : IncludeControlCharacters Property |
'Declaration Public Property IncludeControlCharacters As Boolean
'Usage Dim instance As ImGearBarcodeReader Dim value As Boolean instance.IncludeControlCharacters = value value = instance.IncludeControlCharacters
public bool IncludeControlCharacters {get; set;}
If this property is set to True, the barcode control characters are included in the barcode read value. This has no effect for barcodes which do not support control characters.
Codabar barcode returns the Start and Stop characters.
Default value: False