C#
VB
C++
Specifies the barcode location on the image.
[DataMemberAttribute(Name="Location", IsRequired=true)]
public LeadRect Location { get; set; }
<DataMemberAttribute(Name="Location", IsRequired=True)>
Public Property Location As Leadtools.Services.Datacontracts.LeadRect
[DataMemberAttribute(Name="Location", IsRequired=true)]
public:
property Leadtools.Services.Datacontracts.LeadRect Location {
Leadtools.Services.Datacontracts.LeadRect get();
void set ( Leadtools.Services.Datacontracts.LeadRect );
}
The barcode location on the image.
For an example, refer to Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET