Gets or sets the Encoding Name (Code Page) to be used for DataMatrix in Byte Compaction mode. Default it ISO-8859-1.

Namespace: Neodynamic.WPF
Assembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 5.0.3500.0 (5.0.3500.0)

Syntax

C#
public string DataMatrixByteEncodingName { get; set; }
Visual Basic
Public Property DataMatrixByteEncodingName As String
	Get
	Set

Property Value

Type: String

See Also