Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="Location", IsRequired=True)> Public Property Location As LeadRectangle |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataMemberAttribute(Name="Location", IsRequired=true)] public LeadRectangle Location {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="Location", IsRequired=true)] public: property LeadRectangle Location { LeadRectangle get(); void set (LeadRectangle value); } |
Return Value
The barcode location on the image.For an example, refer to Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read example.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family