public DatamatrixBarcodeSymbolSize SymbolSize { get; set; }
Public Property SymbolSize As DatamatrixBarcodeSymbolSize
@property (nonatomic, assign) LTDatamatrixBarcodeSymbolSize symbolSize
public DatamatrixBarcodeSymbolSize getSymbolSize()
public void setSymbolSize(DatamatrixBarcodeSymbolSize value)
public:
property DatamatrixBarcodeSymbolSize SymbolSize {
DatamatrixBarcodeSymbolSize get();
void set ( DatamatrixBarcodeSymbolSize );
}
An DatamatrixBarcodeSymbolSize enumeration member that specifies the Datamatrix barcode symbol size. The default value is DatamatrixBarcodeSymbolSize.AutoSize.
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.
For an example, refer to DatamatrixBarcodeData.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document