QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR.
ForceMicroQR is used for strongly MicroQR symbol generation if it is possible.
Namespace:
Aspose.BarCode
Assembly:
Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
SyntaxPublic Enumeration QREncodeType
public enum class QREncodeType
Members
| Member name | Value | Description |
---|
| Auto | 0 |
Mode starts barcode version negotiation from MicroQR V1
|
| ForceQR | 1 |
Mode starts barcode version negotiation from QR V1
|
| ForceMicroQR | 2 |
Mode starts barcode version negotiation from from MicroQR V1 to V4. If data cannot be encoded into MicroQR, exception is thrown.
|
See Also