LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Location Property
See Also 
Leadtools.Workflow.Barcode Namespace > BarcodeData Class : Location Property



Specifies the location of the barcode on the image.

Syntax

Visual Basic (Declaration) 
Public Property Location As Rectangle
Visual Basic (Usage)Copy Code
Dim instance As BarcodeData
Dim value As Rectangle
 
instance.Location = value
 
value = instance.Location
C# 
public Rectangle Location {get; set;}
C++/CLI 
public:
property Rectangle Location {
   Rectangle get();
   void set (    Rectangle value);
}

Property Value

The location of the barcode on the image.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also