C#
VB
C++
Gets or sets the unit of measurement for the barcode.
[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 );
}
A BarcodeUnit enumerated value that contains the unit of measurement for the barcode.
For an example, Refer to WriteRequest.
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