LEADTOOLS Barcode (Leadtools.Barcode assembly)

DatamatrixSymbolSize Property

Show in webframe







Gets or sets the Datamatrix barcode symbol size.
Syntax
[DescriptionAttribute("Datamatrix symbol size")]
[CategoryAttribute("		Data")]
[DisplayNameAttribute("			Symbol size")]
[DefaultValueAttribute()]
public DatamatrixBarcodeSymbolSize DatamatrixSymbolSize {get; set;}
'Declaration
 
<DescriptionAttribute("Datamatrix symbol size")>
<CategoryAttribute("		Data")>
<DisplayNameAttribute("			Symbol size")>
<DefaultValueAttribute()>
Public Property DatamatrixSymbolSize As DatamatrixBarcodeSymbolSize
'Usage
 
Dim instance As BarcodeData
Dim value As DatamatrixBarcodeSymbolSize
 
instance.DatamatrixSymbolSize = value
 
value = instance.DatamatrixSymbolSize
[DescriptionAttribute("Datamatrix symbol size")]
[CategoryAttribute("		Data")]
[DisplayNameAttribute("			Symbol size")]
[DefaultValueAttribute()]
public DatamatrixBarcodeSymbolSize DatamatrixSymbolSize {get; set;}

            

            
DescriptionAttribute("Datamatrix symbol size")
CategoryAttribute("		Data")
DisplayNameAttribute("			Symbol size")
DefaultValueAttribute()
 
get_DatamatrixSymbolSize();
set_DatamatrixSymbolSize(value);
Object.defineProperty('DatamatrixSymbolSize');
[DescriptionAttribute("Datamatrix symbol size")]
[CategoryAttribute("		Data")]
[DisplayNameAttribute("			Symbol size")]
[DefaultValueAttribute()]
public:
property DatamatrixBarcodeSymbolSize DatamatrixSymbolSize {
   DatamatrixBarcodeSymbolSize get();
   void set (    DatamatrixBarcodeSymbolSize value);
}

Property Value

An DatamatrixBarcodeSymbolSize enumeration member that specifies the Datamatrix barcode symbol size. The default value is DatamatrixBarcodeSymbolSize.AutoSize.
Remarks

The DatamatrixSymbolSize of a Datamatrix barcode controls how much data the barcode can hold. Generally, you should only be concerned with the value of this property when writing barcodes. LEADTOOLS will automatically find the correct symbol and data size from the barcode itself and populate this property and the data with the correct value. Refer to Datamatrix Barcodes in LEADTOOLS for more information.

In addition to the above, the following symbol sizes can be used when writing a Datamatrix barcode:

Symbol size Description
Auto size (DatamatrixBarcodeSymbolSize.AutoSize)

Uses the minimum required size based on the data inside the barcode (the data set using BarcodeData.SetData)

Fit to bounds (DatamatrixBarcodeSymbolSize.FitToBounds)

Uses as much size to fit the data inside BarcodeData.Bounds.

You can only use the above special Datamatrix barcode symbol sizes when writing a barcode, when reading the Datamatrix barcode back, DatamatrixSymbolSize will be set to one of the other constant values.

Example

For an example, refer to DatamatrixBarcodeData.

Requirements

Target Platforms

See Also

Reference

BarcodeData Class
BarcodeData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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