Accusoft.BarcodeXpressSdk Namespace > Reader Class : InkColor Property |
'Declaration Public Property InkColor As InkColorInfo
'Usage Dim instance As Reader Dim value As InkColorInfo instance.InkColor = value value = instance.InkColor
public InkColorInfo InkColor {get; set;}
public: __property InkColorInfo get_InkColor(); public: __property void set_InkColor( InkColorInfo value );
public: property InkColorInfo InkColor { InkColorInfo get(); void set ( InkColorInfo value); }
The barcode recognition engine is capable of detecting barcodes in an image without any prior knowledge of the barcode color. However, you can speed up the recognition process by specifying a barcode color.
Default value: InkColorInfo.Black