Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

GroupTotal Property (DatamatrixBarcodeWriteOptions)








Gets or sets a value that indicates the group total to use when writing Datamatrix symbols.
Syntax
[DisplayNameAttribute("Group total")]
[DescriptionAttribute("Group total for Datamatrix code symbols. Must be value greater than or equal to 0 and less than or equal to 16")]
[DefaultValueAttribute()]
[CategoryAttribute("		Options")]
public int GroupTotal {get; set;}
'Declaration
 
<DisplayNameAttribute("Group total")>
<DescriptionAttribute("Group total for Datamatrix code symbols. Must be value greater than or equal to 0 and less than or equal to 16")>
<DefaultValueAttribute()>
<CategoryAttribute("		Options")>
Public Property GroupTotal As Integer
'Usage
 
Dim instance As DatamatrixBarcodeWriteOptions
Dim value As Integer
 
instance.GroupTotal = value
 
value = instance.GroupTotal
[DisplayNameAttribute("Group total")]
[DescriptionAttribute("Group total for Datamatrix code symbols. Must be value greater than or equal to 0 and less than or equal to 16")]
[DefaultValueAttribute()]
[CategoryAttribute("		Options")]
public int GroupTotal {get; set;}
@property (nonatomic, assign) NSInteger groupTotal
public int getGroupTotal()
public void setGroupTotal(int value)
            
DisplayNameAttribute("Group total")
DescriptionAttribute("Group total for Datamatrix code symbols. Must be value greater than or equal to 0 and less than or equal to 16")
DefaultValueAttribute()
CategoryAttribute("		Options")
 <br/>get_GroupTotal();<br/>set_GroupTotal(value);<br/>Object.defineProperty('GroupTotal'); 
[DisplayNameAttribute("Group total")]
[DescriptionAttribute("Group total for Datamatrix code symbols. Must be value greater than or equal to 0 and less than or equal to 16")]
[DefaultValueAttribute()]
[CategoryAttribute("		Options")]
public:
property int GroupTotal {
   int get();
   void set (    int value);
}

Property Value

An Int32 that indicates the total groups to use when writing Datamatrix symbols. The value must be greater than or equal to 0 and less than or equal to 16. Default value is 0.
Remarks

Datamatrix barcodes support the concept of groups of related symbols. Use the following properties to write a group of related symbols:

Example

For an example, refer to DatamatrixBarcodeWriteOptions.

Requirements

Target Platforms

See Also

Reference

DatamatrixBarcodeWriteOptions Class
DatamatrixBarcodeWriteOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features