Click or drag to resize

DataMatrixBarcodeControlSymbolEncoding Property

Gets and Set the Encoding scheme to use. Defaults to Auto.

Namespace:  Atalasoft.Barcoding.Writing
Assembly:  Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public DataMatrixSymbolEncoding SymbolEncoding { get; set; }

Property Value

Type: DataMatrixSymbolEncoding
Remarks
If in the data supplied in Render(byte, Graphics, Rectangle) are characters incompatible with the selected encoding mode an Exception is thrown.
See Also