ClearImageNet Send comments on this topic.
Patch Property
See Also 
Inlite.ClearImageNet Namespace > BarcodeReader Class : Patch Property




Enables/disables reading of PATCH barcodes

Syntax

Visual Basic (Declaration) 
Public Property Patch As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BarcodeReader
Dim value As Boolean
 
instance.Patch = value
 
value = instance.Patch
C# 
public bool Patch {get; set;}
Managed Extensions for C++ 
public: __property bool get_Patch();
public: __property void set_Patch( 
   bool value
);
C++/CLI 
public:
property bool Patch {
   bool get();
   void set (bool value);
}

Remarks

Licensing: Requires ClearImage Barcode 1D Pro license

See Also

Generated from assembly ClearImageNet [5.7.1.0]