public final class QREncodeType
extends com.aspose.ms.System.Enum
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.
Modifier and Type | Field and Description |
---|---|
static int |
Auto
Mode starts barcode version negotiation from MicroQR V1
|
static int |
ForceMicroQR
Mode starts barcode version negotiation from from MicroQR V1 to V4.
|
static int |
ForceQR
Mode starts barcode version negotiation from QR V1
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Auto
Mode starts barcode version negotiation from MicroQR V1
public static final int ForceQR
Mode starts barcode version negotiation from QR V1
public static final int ForceMicroQR
Mode starts barcode version negotiation from from MicroQR V1 to V4. If data cannot be encoded into MicroQR, exception is thrown.
Copyright (c) 2002-2017 Aspose Pty Ltd. All Rights Reserved.