Gets or sets a value that indicates the group number to use when writing QR barcode.
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');
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.
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.
For an example, refer to QRBarcodeWriteOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET