LEADTOOLS Barcode (Leadtools.Barcode assembly)

GroupNumber Property (DatamatrixBarcodeWriteOptions)

Show in webframe







Gets or sets a value that indicates the group number to use when writing Datamatrix symbols.
Syntax
[DisplayNameAttribute("Group number")]
[DescriptionAttribute("Group number for Datamatrix code symbols. Must be value greater than or equal to 0 and less than or equal to 16")]
[CategoryAttribute("		Options")]
[DefaultValueAttribute()]
public int GroupNumber {get; set;}
'Declaration
 
<DisplayNameAttribute("Group number")>
<DescriptionAttribute("Group number for Datamatrix code symbols. Must be value greater than or equal to 0 and less than or equal to 16")>
<CategoryAttribute("		Options")>
<DefaultValueAttribute()>
Public Property GroupNumber As Integer
'Usage
 
Dim instance As DatamatrixBarcodeWriteOptions
Dim value As Integer
 
instance.GroupNumber = value
 
value = instance.GroupNumber
[DisplayNameAttribute("Group number")]
[DescriptionAttribute("Group number for Datamatrix code symbols. Must be value greater than or equal to 0 and less than or equal to 16")]
[CategoryAttribute("		Options")]
[DefaultValueAttribute()]
public int GroupNumber {get; set;}
@property (nonatomic, assign) int groupNumber;
public int getGroupNumber()
public void setGroupNumber(int value)
            
DisplayNameAttribute("Group number")
DescriptionAttribute("Group number for Datamatrix code symbols. Must be value greater than or equal to 0 and less than or equal to 16")
CategoryAttribute("		Options")
DefaultValueAttribute()
 
get_GroupNumber();
set_GroupNumber(value);
Object.defineProperty('GroupNumber');
[DisplayNameAttribute("Group number")]
[DescriptionAttribute("Group number for Datamatrix code symbols. Must be value greater than or equal to 0 and less than or equal to 16")]
[CategoryAttribute("		Options")]
[DefaultValueAttribute()]
public:
property int GroupNumber {
   int get();
   void set (    int value);
}

Property Value

An System.Int32 that indicates the group number to use when writing Datamatrix symbols. Must be a value greater than or equal to 0 and less than or equal to 16. Default value is 0.
Remarks

Datamatrix barcodes support the concept of groups of related symbols. Use the following properties to write a group of related symbols:

Example

For an example, refer to DatamatrixBarcodeWriteOptions.

Requirements

Target Platforms

See Also

Reference

DatamatrixBarcodeWriteOptions Class
DatamatrixBarcodeWriteOptions Members

 

 


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

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features