C# Class zxingwp7.EncodeHintType

These are a set of hints that you may pass to Writers to specify their behavior.
Mostra file Open project: henningms/zxing2.0-wp7

Public Properties

Property Type Description
CHARACTER_SET EncodeHintType
ERROR_CORRECTION EncodeHintType

Private Methods

Method Description
EncodeHintType ( )

Property Details

CHARACTER_SET public_oe static_oe property

Specifies what character encoding to use where applicable (type String)
public static EncodeHintType,zxingwp7 CHARACTER_SET
return EncodeHintType

ERROR_CORRECTION public_oe static_oe property

Specifies what degree of error correction to use, for example in QR Codes (type Integer).
public static EncodeHintType,zxingwp7 ERROR_CORRECTION
return EncodeHintType