←Select platform

GroupNumber Property (BarcodeWriteDatamatrix)

Summary

Gets or sets a value that specifies a group of Data Matrix symbols.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="GroupNumber", IsRequired=true)] 
public int GroupNumber {get; set;} 
  
<DataMemberAttribute(Name="GroupNumber", IsRequired=True)> 
Public Property GroupNumber As Integer 
[DataMemberAttribute(Name="GroupNumber", IsRequired=true)] 
public: 
property int GroupNumber { 
   int get(); 
   void set (    int ); 
} 

Property Value

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

Example

For an example, refer to BarcodeWriteDatamatrix example.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Services.Barcode.DataContracts Assembly
Click or drag to resize