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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public DataMatrixSymbolEncoding SymbolEncoding { get; set; }
Public Property SymbolEncoding As DataMatrixSymbolEncoding
Get
Set
Property Value
Type:
DataMatrixSymbolEncodingRemarks If in the data supplied in Render(byte, Graphics, Rectangle) are characters incompatible
with the selected encoding mode an Exception is thrown.
See Also