ClearImage .NET API
TopLeft Property (Barcode)





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

Reference

Barcode Class
Barcode Members