Package | Description |
---|---|
com.groupdocs.signature.domain.qrcodes |
The GroupDocs.Signature.Domain.QRCodes namespace provides classes for working with QRCodes
|
com.groupdocs.signature.options.qrcodesignature |
The GroupDocs.Signature.Options.QRCodeSignature namespace provides classes for working with QRCodeSignature options.
|
Modifier and Type | Field and Description |
---|---|
static QRCodeType[] |
QRCodeTypes.ALL_TYPES
All QRCode types
|
static QRCodeType |
QRCodeTypes.AZTEC
Aztec Barcode Type object
|
static QRCodeType |
QRCodeTypes.DATA_MATRIX
DataMatrix Barcode Type object
|
static QRCodeType |
QRCodeTypes.GS_1_DATA_MATRIX
GS1 DataMatrix Barcode Type object
|
static QRCodeType |
QRCodeTypes.GS_1_QR
GS1 QR Barcode Type object
|
static QRCodeType |
QRCodeTypes.QR
QR Barcode 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.