LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

EnableInvertedSymbols Property








Gets or sets a value indicating whether the Datamatrix reader will search for both inverted and normal (non-inverted) symbols. .NET support WinRT support Silverlight support
Syntax
[CategoryAttribute("			Options")]
[DisplayNameAttribute("Enable Reversed Color Symbols")]
[DescriptionAttribute("Forces the Datamatrix reader to search for both inverted and normal (non-inverted) symbols")]
[DefaultValueAttribute()]
public bool EnableInvertedSymbols {get; set;}
'Declaration
 
<CategoryAttribute("			Options")>
<DisplayNameAttribute("Enable Reversed Color Symbols")>
<DescriptionAttribute("Forces the Datamatrix reader to search for both inverted and normal (non-inverted) symbols")>
<DefaultValueAttribute()>
Public Property EnableInvertedSymbols As Boolean
'Usage
 
Dim instance As DatamatrixBarcodeReadOptions
Dim value As Boolean
 
instance.EnableInvertedSymbols = value
 
value = instance.EnableInvertedSymbols
[CategoryAttribute("			Options")]
[DisplayNameAttribute("Enable Reversed Color Symbols")]
[DescriptionAttribute("Forces the Datamatrix reader to search for both inverted and normal (non-inverted) symbols")]
[DefaultValueAttribute()]
public bool EnableInvertedSymbols {get; set;}
ObjectiveC Syntax
Java Syntax
CategoryAttribute("			Options")
DisplayNameAttribute("Enable Reversed Color Symbols")
DescriptionAttribute("Forces the Datamatrix reader to search for both inverted and normal (non-inverted) symbols")
DefaultValueAttribute()
 get_EnableInvertedSymbols();
set_EnableInvertedSymbols(value);
[CategoryAttribute("			Options")]
[DisplayNameAttribute("Enable Reversed Color Symbols")]
[DescriptionAttribute("Forces the Datamatrix reader to search for both inverted and normal (non-inverted) symbols")]
[DefaultValueAttribute()]
public:
property bool EnableInvertedSymbols {
   bool get();
   void set (    bool value);
}

Property Value

true to force the Datamatrix engine to search for both inverted and normal (non-inverted) symbols. Otherwise, false. The default value is false.
Remarks

The Datamatrix reader engine can automatically read inverted symbols. An inverted symbol is one that has white foreground color and black background for example.

Notice that the colors to search for when reading Datamatrix barcodes can be set using ForeColor and BackColor. When EnableInvertedSymbols is true, the engine will use the two colors specified and then automatically flip them and try again if it cannot find the symbol.

Example

For an example, refer to DatamatrixBarcodeReadOptions.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DatamatrixBarcodeReadOptions Class
DatamatrixBarcodeReadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features