LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)
LEAD Technologies, Inc

MajorType Property (BarcodeReadActivity)






Gets or sets the barcode major type.
Syntax
public BarcodeMajorTypeFlags MajorType {get; set;}
'Declaration
 
Public Property MajorType As BarcodeMajorTypeFlags
'Usage
 
Dim instance As BarcodeReadActivity
Dim value As BarcodeMajorTypeFlags
 
instance.MajorType = value
 
value = instance.MajorType
public BarcodeMajorTypeFlags MajorType {get; set;}
 get_MajorType();
set_MajorType(value);
public:
property BarcodeMajorTypeFlags MajorType {
   BarcodeMajorTypeFlags get();
   void set (    BarcodeMajorTypeFlags value);
}

Property Value

Barcode major type.
Remarks
Values can be combined, when appropriate, by using a bitwise OR (|).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BarcodeReadActivity Class
BarcodeReadActivity Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.