ClearImage .NET API
TopLeft Property (CiBarcode)





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

Reference

CiBarcode Class
CiBarcode Members