Leadtools.Barcode Namespace > QRBarcodeWriteOptions Class : GroupTotal Property |
[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); }
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.
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