Click or drag to resize

QRCodeUtilEncodingName Property

Gets or Sets the encoding name (code page) to be used for the QRCode byte compaction mode.

Namespace:  Zebra.Sdk.Card.Graphics.Barcode
Assembly:  SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax
string EncodingName { get; set; }

Property Value

Type: String
Exceptions
ExceptionCondition
ZebraIllegalArgumentExceptionIf the specified EncodingName is invalid.
Remarks
Default is IS0-8859-1.
See Also