LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Unit Property
See Also 
Leadtools.Workflow.Barcode Namespace > BarcodeData Class : Unit Property



Gets or sets the unit of measurement for the Location property.

Syntax

Visual Basic (Declaration) 
Public Property Unit As BarcodeUnit
Visual Basic (Usage)Copy Code
Dim instance As BarcodeData
Dim value As BarcodeUnit
 
instance.Unit = value
 
value = instance.Unit
C# 
public BarcodeUnit Unit {get; set;}
C++/CLI 
public:
property BarcodeUnit Unit {
   BarcodeUnit get();
   void set (    BarcodeUnit value);
}

Property Value

Unit of measurement for the Location property.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also