LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

Flags Property (BarcodeWriteActivity)

Show in webframe





Flags that indicate the behavior of the activity.
Syntax
public BarcodeWriteFlags Flags {get; set;}
'Declaration
 
Public Property Flags As BarcodeWriteFlags
'Usage
 
Dim instance As BarcodeWriteActivity
Dim value As BarcodeWriteFlags
 
instance.Flags = value
 
value = instance.Flags

            

            
public:
property BarcodeWriteFlags Flags {
   BarcodeWriteFlags get();
   void set (    BarcodeWriteFlags value);
}

Property Value

Flags that indicate the behavior of the activity.
Remarks
Values can be combined when appropriate, by using a bitwise OR (|). Pass BarcodeWriteFlags.None to use the default values, based on the type of barcode that has been written.
Requirements

Target Platforms

See Also

Reference

BarcodeWriteActivity Class
BarcodeWriteActivity Members

 

 


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