LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)
LEAD Technologies, Inc

Location Property






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 Rectangle Location {get; set;}
 get_Location();
set_Location(value);
public:
property Rectangle Location {
   Rectangle get();
   void set (    Rectangle value);
}

Property Value

The location of the barcode on the image.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BarcodeData Class
BarcodeData Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.