C#
VB
C++
Gets or sets the unit of measurement for the Location property.
[DataMemberAttribute(Name="Unit", IsRequired=true)]
public BarcodeUnit Unit { get; set; }
<DataMemberAttribute(Name="Unit", IsRequired=True)>
Public Property Unit As Leadtools.Services.Barcode.Datacontracts.BarcodeUnit
[DataMemberAttribute(Name="Unit", IsRequired=true)]
public:
property Leadtools.Services.Barcode.Datacontracts.BarcodeUnit Unit {
Leadtools.Services.Barcode.Datacontracts.BarcodeUnit get();
void set ( Leadtools.Services.Barcode.Datacontracts.BarcodeUnit );
}
Unit of measurement for the Location property.
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