LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

MajorType Property (BarcodeReadActivity)

Show in webframe





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:
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

See Also

Reference

BarcodeReadActivity Class
BarcodeReadActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.