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

GroupNumber Property (QRBarcodeWriteOptions)








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

Property Value

An System.Int32 value that indicates the group number to use when writing QR barcode. Must be a value between 0 and 16. Default value is 0.
Remarks

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.

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