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 : GroupTotal Property |
[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); }
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.
For an example, refer to QRBarcodeWriteOptions.