ClearImage .NET API
TopRight Property (Barcode)





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

Reference

Barcode Class
Barcode Members