| 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;} | |
Property Value
The location of the barcode on the image.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code