Specifies the ink color for barcodes search.
Syntax
'Declaration
<BrowsableAttribute(True)>
<ObsoleteAttribute("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")>
Public Enum ImGearBarcodeInkColorInfo
Inherits System.Enum
[Browsable(true)]
[Obsolete("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")]
public enum ImGearBarcodeInkColorInfo : System.Enum
[Browsable(true)]
[Obsolete("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")]
__value public enum ImGearBarcodeInkColorInfo : public System.Enum
[Browsable(true)]
[Obsolete("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")]
public enum class ImGearBarcodeInkColorInfo : public System.Enum
Members
Member | Description |
Black |
Black ink colored barcodes will be searched. This is the default.
|
Unknown |
Both black and white ink color barcodes will be searched.
|
White |
White ink colored barcodes will be searched.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Barcode.ImGearBarcodeInkColorInfo
See Also