ClearImage .NET API
BottomLeft Property (CiBarcode)





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

Reference

CiBarcode Class
CiBarcode Members