←Select platform

Location Property

Summary

Specifies the barcode location on the image.

Syntax

C#
VB
C++
[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 ); 
} 

Property Value

The barcode location on the image.

Example

For an example, refer to Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly