LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

CodeQr Property

Show in webframe





Gets or sets a BarcodeWriteQr object containing QR barcode options to be written.
Syntax
public BarcodeWriteQr CodeQr {get; set;}
'Declaration
 
Public Property CodeQr As BarcodeWriteQr
'Usage
 
Dim instance As BarcodeWriteActivity
Dim value As BarcodeWriteQr
 
instance.CodeQr = value
 
value = instance.CodeQr

            

            
public:
property BarcodeWriteQr^ CodeQr {
   BarcodeWriteQr^ get();
   void set (    BarcodeWriteQr^ value);
}

Property Value

BarcodeWriteQr object containing QR barcode options to be 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.