Enum CodeEncoding
Specifies the character encoding format of the Code property value.
Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public enum CodeEncoding
Fields
Name | Description |
---|---|
Base64 | The value to encode is in Base64 encoding. |
Hex | The value to encode is in Hexadecimal encoding. |
Text | The value to encode is just plain text. |