ClearImage .NET API
TbrCode Property (CiPdf417)





Inlite.ClearImage Namespace > CiPdf417 Class : TbrCode Property
Set/Get Tbr Code
Syntax
'Declaration
 
Public Property TbrCode As System.Long
'Usage
 
Dim instance As CiPdf417
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

CiPdf417 Class
CiPdf417 Members