QrCodeEncoding Enum

The type of encoding mode to use.

public enum QrCodeEncoding
Public Enum QrCodeEncoding

Inheritance: ObjectValueTypeEnumQrCodeEncoding

Fields

QrCodeEncoding.Alphanumeric1Encoding mode Alphanumeric. Allows digits 0-9, upper case letters (no lower case) and the following special characters: space,$,%,*,+,-,.,/,:.
QrCodeEncoding.Auto4Encoding mode Auto. Automatically selects the encoding mode depending on the content.
QrCodeEncoding.Byte2Encoding mode Byte. Allows all types of characters.
QrCodeEncoding.Kanji3Encoding mode Kanji. Allows only Kanji characters.
QrCodeEncoding.Numeric0Encoding mode Numeric. Allows digits 0-9.

Licensing Info

This enum is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

With some of the .Net runtimes (example: .Net Core 2.0), the Kanchi encoding will give the error "No data is available for encoding 932. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.". To resolve this error refer the user manual page Encoding Considerations.

See Also

ceTe.DynamicPDF.PageElements.BarCoding

In this topic