LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

GroupNumber Property (BarcodeWriteDatamatrix)

Show in webframe





Gets or sets a value that specifies a group of Data Matrix symbols.
Syntax
public int GroupNumber {get; set;}
'Declaration
 
Public Property GroupNumber As Integer
'Usage
 
Dim instance As BarcodeWriteDatamatrix
Dim value As Integer
 
instance.GroupNumber = value
 
value = instance.GroupNumber

            

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

Property Value

Group of Data Matrix symbols. The maximum number of symbols in a group is 16.
Requirements

Target Platforms

See Also

Reference

BarcodeWriteDatamatrix Class
BarcodeWriteDatamatrix Members

 

 


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