'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("Barcode reader inverts the image with barcodes before barcode search.")> Public Property InvertImageColors As Boolean
[DefaultValue(False)] [Description("Barcode reader inverts the image with barcodes before barcode search.")] public bool InvertImageColors { get; set; }
[DefaultValue(False)] [Description("Barcode reader inverts the image with barcodes before barcode search.")] public: __property bool get_InvertImageColors(); public: __property void set_InvertImageColors(
bool value
);
[DefaultValue(False)] [Description("Barcode reader inverts the image with barcodes before barcode search.")] public:
property bool InvertImageColors { bool get(); void set(bool value); }
Property Value
false - пиксель с индексом 0 в таблице цветов будет интерпретироваться как черный пиксель, пиксель с индексом 1 в таблице цветов будет интерпретирован как белый пиксель,
true - пиксель с индексом 0 в таблице цветов будет интерпретироваться как белый пиксель, пиксель с индексом 1 в таблице цветов будет интерпретирован как черный пиксель.
Значение по умолчанию - false.
true - пиксель с индексом 0 в таблице цветов будет интерпретироваться как белый пиксель, пиксель с индексом 1 в таблице цветов будет интерпретирован как черный пиксель.
Значение по умолчанию - false.