Leadtools.Barcode Namespace > QRBarcodeWriteOptions Class : GroupTotal Property |
[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")] [DisplayNameAttribute("Group total")] public int GroupTotal {get; set;}
'Declaration <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")> <DisplayNameAttribute("Group total")> Public Property GroupTotal As Integer
'Usage Dim instance As QRBarcodeWriteOptions Dim value As Integer instance.GroupTotal = value value = instance.GroupTotal
[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")] [DisplayNameAttribute("Group total")] public int GroupTotal {get; set;}
@property (nonatomic, assign) int groupTotal;
public int getGroupTotal() public void setGroupTotal(int value)
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") DisplayNameAttribute("Group total")
get_GroupTotal();
set_GroupTotal(value);
Object.defineProperty('GroupTotal');
[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")] [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.