ClearImage .NET API
TbrCode Property (CiBarcodePro)





Inlite.ClearImage Namespace > CiBarcodePro Class : TbrCode Property
Set/Get Tbr Code
Syntax
'Declaration
 
Public Property TbrCode As System.Long
'Usage
 
Dim instance As CiBarcodePro
Dim value As System.Long
 
instance.TbrCode = value
 
value = instance.TbrCode
public System.long TbrCode {get; set;}
public read-write property TbrCode: System.Int64; 
public function get,set TbrCode : System.long
public:
property System.int64 TbrCode {
   System.int64 get();
   void set (    System.int64 value);
}
Remarks

See TBR guidelines and code examples on Inlite's How-to Web Site

Value 0 (zero) disables Targeted Barcode Reading.  This is a default value.

Implemented in ClearImage 9 and later.
See Also

Reference

CiBarcodePro Class
CiBarcodePro Members