LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

GroupTotal Property (DatamatrixBarcodeWriteOptions)








Gets or sets a value that indicates the group total to use when writing Datamatrix symbols. .NET support WinRT support Silverlight support
Syntax
[DescriptionAttribute("Group total for Datamatrix code symbols. Must be value greater than or equal to 0 and less than or equal to 16")]
[CategoryAttribute("		Options")]
[DefaultValueAttribute()]
[DisplayNameAttribute("Group total")]
public int GroupTotal {get; set;}
'Declaration
 
<DescriptionAttribute("Group total for Datamatrix code symbols. Must be value greater than or equal to 0 and less than or equal to 16")>
<CategoryAttribute("		Options")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Group total")>
Public Property GroupTotal As Integer
'Usage
 
Dim instance As DatamatrixBarcodeWriteOptions
Dim value As Integer
 
instance.GroupTotal = value
 
value = instance.GroupTotal
[DescriptionAttribute("Group total for Datamatrix code symbols. Must be value greater than or equal to 0 and less than or equal to 16")]
[CategoryAttribute("		Options")]
[DefaultValueAttribute()]
[DisplayNameAttribute("Group total")]
public int GroupTotal {get; set;}
ObjectiveC Syntax
Java Syntax
DescriptionAttribute("Group total for Datamatrix code symbols. Must be value greater than or equal to 0 and less than or equal to 16")
CategoryAttribute("		Options")
DefaultValueAttribute()
DisplayNameAttribute("Group total")
 get_GroupTotal();
set_GroupTotal(value);
[DescriptionAttribute("Group total for Datamatrix code symbols. Must be value greater than or equal to 0 and less than or equal to 16")]
[CategoryAttribute("		Options")]
[DefaultValueAttribute()]
[DisplayNameAttribute("Group total")]
public:
property int GroupTotal {
   int get();
   void set (    int value);
}

Property Value

An System.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 symboles:

Example

For an example, refer to DatamatrixBarcodeWriteOptions.

Requirements

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

See Also

Reference

DatamatrixBarcodeWriteOptions Class
DatamatrixBarcodeWriteOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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