Error processing SSI file
LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)

Show in webframe

GroupTotal Property (BarcodeWriteQr)






Gets or sets the total number of QR Code symbols.
Syntax
[DataMemberAttribute(Name="GroupTotal", IsRequired=true)]
public int GroupTotal {get; set;}
'Declaration
 
<DataMemberAttribute(Name="GroupTotal", IsRequired=True)>
Public Property GroupTotal As Integer
'Usage
 
Dim instance As BarcodeWriteQr
Dim value As Integer
 
instance.GroupTotal = value
 
value = instance.GroupTotal

            

            
[DataMemberAttribute(Name="GroupTotal", IsRequired=true)]
public:
property int GroupTotal {
   int get();
   void set (    int value);
}

Property Value

Total number of QR Code symbols. The maximum number of symbols in a group is 16.
Example
For an example, refer to BarcodeWriteQr class example.
Requirements

Target Platforms

See Also

Reference

BarcodeWriteQr Class
BarcodeWriteQr Members

Error processing SSI file
Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features