ClearImage .NET API
Rect Property (CiBarcode)





Inlite.ClearImage Namespace > CiBarcode Class : Rect Property
Barcode rectangle
Syntax
'Declaration
 
Public ReadOnly Property Rect As CiRect
'Usage
 
Dim instance As CiBarcode
Dim value As CiRect
 
value = instance.Rect
public CiRect Rect {get;}
public read-only property Rect: CiRect; 
public function get Rect : CiRect
public:
property CiRect^ Rect {
   CiRect^ get();
}
See Also

Reference

CiBarcode Class
CiBarcode Members