LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

StandardFlags Property

Show in webframe





Gets or sets flags that indicate the MSI barcode type, Code11 barcode type, and reading speed.
Syntax
public Barcode1dStandardFlags StandardFlags {get; set;}
'Declaration
 
Public Property StandardFlags As Barcode1dStandardFlags
'Usage
 
Dim instance As Barcode1d
Dim value As Barcode1dStandardFlags
 
instance.StandardFlags = value
 
value = instance.StandardFlags

            

            
public:
property Barcode1dStandardFlags StandardFlags {
   Barcode1dStandardFlags get();
   void set (    Barcode1dStandardFlags value);
}

Property Value

Flags that indicate the MSI barcode type, Code11 barcode type, and reading speed.
Remarks
You can use a bitwise OR (|) to specify one flag from each group.
Requirements

Target Platforms

See Also

Reference

Barcode1d Class
Barcode1d Members

 

 


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