LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

MajorType Property (BarcodeWriteActivity)

Show in webframe





Gets or sets the barcode major type. Values can be combined, when appropriate, by using a bitwise OR (|).
Syntax
public BarcodeMajorTypeFlags MajorType {get; set;}
'Declaration
 
Public Property MajorType As BarcodeMajorTypeFlags
'Usage
 
Dim instance As BarcodeWriteActivity
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. Values can be combined, when appropriate, by using a bitwise OR (|).
Requirements

Target Platforms

See Also

Reference

BarcodeWriteActivity Class
BarcodeWriteActivity Members

 

 


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