LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

GroupTotal Property (BarcodeWriteQr)

Show in webframe





Gets or sets the total number of QR Code symbols.
Syntax
public int GroupTotal {get; set;}
'Declaration
 
Public Property GroupTotal As Integer
'Usage
 
Dim instance As BarcodeWriteQr
Dim value As Integer
 
instance.GroupTotal = value
 
value = instance.GroupTotal

            

            
public:
property int GroupTotal {
   int get();
   void set (    int value);
}

Property Value

Total number of QR Code symbols.
Remarks
The maximum number of symbols in a group is 16.
Requirements

Target Platforms

See Also

Reference

BarcodeWriteQr Class
BarcodeWriteQr Members

 

 


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