LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

Location Property

Show in webframe





Specifies the location of the barcode on the image.
Syntax
public Rectangle Location {get; set;}
'Declaration
 
Public Property Location As Rectangle
'Usage
 
Dim instance As BarcodeData
Dim value As Rectangle
 
instance.Location = value
 
value = instance.Location

            

            
public:
property Rectangle Location {
   Rectangle get();
   void set (    Rectangle value);
}

Property Value

The location of the barcode on the image.
Requirements

Target Platforms

See Also

Reference

BarcodeData Class
BarcodeData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.