←Select platform

GroupTotal Property

Summary

Gets or sets the total number of Data Matrix symbols in the group specified by the value of GroupNumber property.

Syntax

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

Property Value

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

Example

For an example, refer to BarcodeWriteDatamatrix example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly