←Select platform

GroupTotal Property

Summary

Gets or sets a value that indicates the group total to use when writing QR barcode.

Syntax
C#
VB
Objective-C
C++
Java
public int GroupTotal { get; set; } 
Public Property GroupTotal As Integer 
@property (nonatomic, assign) NSInteger groupTotal 
public int getGroupTotal() 
public void setGroupTotal(int value) 
public: 
property int GroupTotal { 
   int get(); 
   void set (    int ); 
} 

Property Value

An Int32 value that indicates the group total to use when writing QR barcode. Must be a value between 0 and 16. The default value is 0.

Remarks

Use GroupNumber to set the group number.

Use only if this QR barcode is part of a group of symbols, otherwise, leave this value as the default of 0.

Example

For an example, refer to QRBarcodeWriteOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly