Accusoft.Forms1 - Updated
InkColor Property



Accusoft.BarcodeXpressSdk Namespace > Reader Class : InkColor Property
Gets and sets the ink color of barcodes to search for during recognition processing.
Syntax
Public Property InkColor As InkColorInfo
Dim instance As Reader
Dim value As InkColorInfo
 
instance.InkColor = value
 
value = instance.InkColor
public InkColorInfo InkColor {get; set;}
public:
property InkColorInfo InkColor {
   InkColorInfo get();
   void set (    InkColorInfo value);
}

Property Value

The InkColor enumeration set.
Remarks

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

See Also

Reference

Reader Class
Reader Members