ClearImage .NET API
BottomLeft Property (Barcode)





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

Reference

Barcode Class
Barcode Members