ClearImage .NET API
BottomRight Property (CiBarcode)





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

Reference

CiBarcode Class
CiBarcode Members