ClearImage .NET API
Rectangle Property (Barcode)





Inlite.ClearImageNet Namespace > Barcode Class : Rectangle Property
Rectangle enclosing the barcode
Syntax
'Declaration
 
Public ReadOnly Property Rectangle As System.Drawing.Rectangle
'Usage
 
Dim instance As Barcode
Dim value As System.Drawing.Rectangle
 
value = instance.Rectangle
public System.Drawing.Rectangle Rectangle {get;}
public read-only property Rectangle: System.Drawing.Rectangle; 
public function get Rectangle : System.Drawing.Rectangle
public:
property System.Drawing.Rectangle Rectangle {
   System.Drawing.Rectangle get();
}
See Also

Reference

Barcode Class
Barcode Members