ClearImage .NET API
BottomRight Property (Barcode)





Inlite.ClearImageNet Namespace > Barcode Class : BottomRight Property
Bottom right corner point
Syntax
'Declaration
 
Public ReadOnly Property BottomRight As System.Drawing.Point
'Usage
 
Dim instance As Barcode
Dim value As System.Drawing.Point
 
value = instance.BottomRight
public System.Drawing.Point BottomRight {get;}
public read-only property BottomRight: System.Drawing.Point; 
public function get BottomRight : System.Drawing.Point
public:
property System.Drawing.Point BottomRight {
   System.Drawing.Point get();
}
Remarks
Implemented in ClearImage 9 and later.
See Also

Reference

Barcode Class
Barcode Members