ClearImage .NET API
IsBinary Property (CiBarcode)





Inlite.ClearImage Namespace > CiBarcode Class : IsBinary Property
Barcode contains binary data
Syntax
'Declaration
 
Public Property IsBinary As System.Boolean
'Usage
 
Dim instance As CiBarcode
Dim value As System.Boolean
 
instance.IsBinary = value
 
value = instance.IsBinary
public System.bool IsBinary {get; set;}
public read-write property IsBinary: System.Boolean; 
public function get,set IsBinary : System.boolean
public:
property System.bool IsBinary {
   System.bool get();
   void set (    System.bool value);
}
See Also

Reference

CiBarcode Class
CiBarcode Members