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 EncodingName As String
Get
Set
property String^ EncodingName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringExceptions Remarks
Default is IS0-8859-1.
See Also