Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

GroupTotal Property (QRBarcodeWriteOptions)








Gets or sets a value that indicates the group total to use when writing QR barcode.
Syntax
[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;}
'Declaration
 
<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
'Usage
 
Dim instance As QRBarcodeWriteOptions
Dim value As Integer
 
instance.GroupTotal = value
 
value = instance.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 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")
 <br/>get_GroupTotal();<br/>set_GroupTotal(value);<br/>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 value);
}

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

See Also

Reference

QRBarcodeWriteOptions Class
QRBarcodeWriteOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features