←Select platform

GroupTotal Property (QRBarcodeWriteOptions)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DefaultValueAttribute()] 
[CategoryAttribute("        Options")] 
[DescriptionAttribute("Group total for QR symbols. Must be value greater than or equal to 0 and less than or equal to 16")] 
[DisplayNameAttribute("Group total")] 
public int GroupTotal {get; set;} 
<DefaultValueAttribute()> 
<CategoryAttribute("     Options")> 
<DescriptionAttribute("Group total for QR symbols. Must be value greater than or equal to 0 and less than or equal to 16")> 
<DisplayNameAttribute("Group total")> 
Public Property GroupTotal As Integer 
[DefaultValueAttribute()] 
[CategoryAttribute("        Options")] 
[DescriptionAttribute("Group total for QR symbols. Must be value greater than or equal to 0 and less than or equal to 16")] 
[DisplayNameAttribute("Group total")] 
public int GroupTotal {get; set;} 
@property (nonatomic, assign) NSInteger groupTotal 
public int getGroupTotal() 
public void setGroupTotal(int value) 
             
DefaultValueAttribute() 
CategoryAttribute("     Options") 
DescriptionAttribute("Group total for QR symbols. Must be value greater than or equal to 0 and less than or equal to 16") 
DisplayNameAttribute("Group total") 
  
get_GroupTotal(); 
set_GroupTotal(value); 
Object.defineProperty('GroupTotal');  
[DefaultValueAttribute()] 
[CategoryAttribute("        Options")] 
[DescriptionAttribute("Group total for QR symbols. Must be value greater than or equal to 0 and less than or equal to 16")] 
[DisplayNameAttribute("Group total")] 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize