←Select platform

SymbolSize Property

Summary

Gets or sets the Datamatrix barcode symbol size.

Syntax

C#
VB
Java
Objective-C
C++
public DatamatrixBarcodeSymbolSize SymbolSize { get; set; } 
Public Property SymbolSize As Leadtools.Barcode.DatamatrixBarcodeSymbolSize 
@property (nonatomic, assign) LTDatamatrixBarcodeSymbolSize symbolSize 
public DatamatrixBarcodeSymbolSize getSymbolSize() 
public void setSymbolSize(DatamatrixBarcodeSymbolSize value) 
             

Property Value

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

Remarks

The SymbolSize 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, SymbolSize will be set to one of the other constant values.

Example

For an example, refer to DatamatrixBarcodeData.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly