Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > QRBarcodeWriteOptions Class : GroupNumber Property |
[DescriptionAttribute("Group number for QR symbols. Must be value greater than or equal to 0 and less than or equal to 16")] [CategoryAttribute(" Options")] [DisplayNameAttribute("Group number")] [DefaultValueAttribute()] public int GroupNumber {get; set;}
'Declaration
<DescriptionAttribute("Group number for QR symbols. Must be value greater than or equal to 0 and less than or equal to 16")> <CategoryAttribute(" Options")> <DisplayNameAttribute("Group number")> <DefaultValueAttribute()> Public Property GroupNumber As Integer
'Usage
Dim instance As QRBarcodeWriteOptions Dim value As Integer instance.GroupNumber = value value = instance.GroupNumber
[DescriptionAttribute("Group number for QR symbols. Must be value greater than or equal to 0 and less than or equal to 16")] [CategoryAttribute(" Options")] [DisplayNameAttribute("Group number")] [DefaultValueAttribute()] public int GroupNumber {get; set;}
@property (nonatomic, assign) NSInteger groupNumber
public int getGroupNumber() public void setGroupNumber(int value)
DescriptionAttribute("Group number for QR symbols. Must be value greater than or equal to 0 and less than or equal to 16") CategoryAttribute(" Options") DisplayNameAttribute("Group number") DefaultValueAttribute() <br/>get_GroupNumber();<br/>set_GroupNumber(value);<br/>Object.defineProperty('GroupNumber');
[DescriptionAttribute("Group number for QR symbols. Must be value greater than or equal to 0 and less than or equal to 16")] [CategoryAttribute(" Options")] [DisplayNameAttribute("Group number")] [DefaultValueAttribute()] public: property int GroupNumber { int get(); void set ( int value); }
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.
For an example, refer to QRBarcodeWriteOptions.