Package | Description |
---|---|
com.groupdocs.signature.domain.qrcodes | |
com.groupdocs.signature.options.qrcodesignature |
Modifier and Type | Field and Description |
---|---|
static QRCodeType[] |
QRCodeTypes.ALL_TYPES
All QRCode types
|
static QRCodeType |
QRCodeTypes.AZTEC
Aztec QRCode Type object
|
static QRCodeType |
QRCodeTypes.DATA_MATRIX
DataMatrix QRCode Type object
|
static QRCodeType |
QRCodeTypes.QR
QR QRCode Type object
|
Modifier and Type | Method and Description |
---|---|
static QRCodeType |
QRCodeTypes.parse(String parsingType)
Returns QRCode type with pasringType name.
|
static QRCodeType |
QRCodeTypes.tryParse(String parsingType)
Returns QRCode type with pasringType name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
QRCodeType.equals(QRCodeType other)
Determines whether the specified QRCode is equal to the current object.
|
Modifier and Type | Method and Description |
---|---|
QRCodeType |
QRCodeSignOptions.getEncodeType()
Get or set QRCode type.
|
Modifier and Type | Method and Description |
---|---|
void |
QRCodeSignOptions.setEncodeType(QRCodeType value)
Get or set QRCode type.
|
Copyright © 2017. All rights reserved.