←Select platform

GroupNumber Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int GroupNumber { get; set; } 
Public Property GroupNumber As Integer 
public int GroupNumber {get; set;} 
@property (nonatomic, assign) NSInteger groupNumber 
public int getGroupNumber() 
public void setGroupNumber(int value) 
             
 <br/>get_GroupNumber();<br/>set_GroupNumber(value);<br/>Object.defineProperty('GroupNumber');  
public: 
property int GroupNumber { 
   int get(); 
   void set (    int ); 
} 

Property Value

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

Remarks

Use GroupTotal to set the total number of groups.

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly