Gets or sets a value that indicates the group total to use when writing QR barcode.
public int GroupTotal { get; set; }
Public Property GroupTotal As Integer
public int GroupTotal {get; set;}
@property (nonatomic, assign) NSInteger groupTotal
public int getGroupTotal()
public void setGroupTotal(int value)
<br/>get_GroupTotal();<br/>set_GroupTotal(value);<br/>Object.defineProperty('GroupTotal');
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.
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.
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