LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

GroupTotal Property (QRBarcodeWriteOptions)








Gets or sets a value that indicates the group total to use when writing QR barcode. .NET support WinRT support Silverlight support
Syntax
[DisplayNameAttribute("Group total")]
[CategoryAttribute("		Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("Group total for QR symbols. Must be value greater than or equal to 0 and less than or equal to 16")]
public int GroupTotal {get; set;}
'Declaration
 
<DisplayNameAttribute("Group total")>
<CategoryAttribute("		Options")>
<DefaultValueAttribute()>
<DescriptionAttribute("Group total for QR symbols. Must be value greater than or equal to 0 and less than or equal to 16")>
Public Property GroupTotal As Integer
'Usage
 
Dim instance As QRBarcodeWriteOptions
Dim value As Integer
 
instance.GroupTotal = value
 
value = instance.GroupTotal
[DisplayNameAttribute("Group total")]
[CategoryAttribute("		Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("Group total for QR symbols. Must be value greater than or equal to 0 and less than or equal to 16")]
public int GroupTotal {get; set;}
ObjectiveC Syntax
Java Syntax
DisplayNameAttribute("Group total")
CategoryAttribute("		Options")
DefaultValueAttribute()
DescriptionAttribute("Group total for QR symbols. Must be value greater than or equal to 0 and less than or equal to 16")
 get_GroupTotal();
set_GroupTotal(value);
[DisplayNameAttribute("Group total")]
[CategoryAttribute("		Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("Group total for QR symbols. Must be value greater than or equal to 0 and less than or equal to 16")]
public:
property int GroupTotal {
   int get();
   void set (    int value);
}

Property Value

An System.Int32 value that indicates the group total to use when writing QR barcode. Must be a value between 0 and 16. 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

QRBarcodeWriteOptions Class
QRBarcodeWriteOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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