←Select platform

Unit Property

Summary

Gets or sets the unit of measurement for the barcode.

Syntax

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

Property Value

A BarcodeUnit enumerated value that contains the unit of measurement for the barcode.

Example

For an example, Refer to WriteRequest.

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