| Package | Description |
|---|---|
| com.groupdocs.signature.domain.qrcodes |
The GroupDocs.Signature.Domain.QRCodes namespace provides classes for working with QRCodes
|
| com.groupdocs.signature.domain.signatures |
The GroupDocs.Signature.Domain.Signatures namespace provides classes for working with Signatures
|
| com.groupdocs.signature.options.search |
The GroupDocs.Signature.Options.Search namespace provides classes for working with Search options.
|
| com.groupdocs.signature.options.sign |
The GroupDocs.Signature.Options.Sign namespace provides classes for working with Signature options
|
| com.groupdocs.signature.options.verify |
The GroupDocs.Signature.Options.Verify namespace provides classes for working with Verification options
|
| Modifier and Type | Field and Description |
|---|---|
static QrCodeType |
QrCodeTypes.Aztec
Aztec Barcode Type object.
|
static QrCodeType |
QrCodeTypes.DataMatrix
DataMatrix Barcode Type object.
|
static QrCodeType |
QrCodeTypes.GS1DataMatrix
GS1 DataMatrix Barcode Type object.
|
static QrCodeType |
QrCodeTypes.GS1HanXin
GS1 Han Xin QR-Code Type object.
|
static QrCodeType |
QrCodeTypes.GS1QR
GS1 QR Barcode Type object.
|
static QrCodeType |
QrCodeTypes.HanXin
Han Xin QR-Code Type object.
|
static QrCodeType |
QrCodeTypes.HIBCLICAztec
HIBC LIC Aztec QR-Code Type object.
|
static QrCodeType |
QrCodeTypes.HIBCLICDataMatrix
HIBC LIC Data Matrix QR-Code Type object.
|
static QrCodeType |
QrCodeTypes.HIBCLICQR
HIBC LIC QR-Code Type object.
|
static QrCodeType |
QrCodeTypes.HIBCPASAztec
HIBC PAS Aztec QR-Code Type object.
|
static QrCodeType |
QrCodeTypes.HIBCPASDataMatrix
HIBC PAS Data Matrix QR-Code Type object.
|
static QrCodeType |
QrCodeTypes.HIBCPASQR
HIBC PAS QR-Code Type object.
|
static QrCodeType |
QrCodeTypes.QR
QR Barcode Type object.
|
| Modifier and Type | Method and Description |
|---|---|
static QrCodeType |
QrCodeTypes.find(String encodeTypeName)
Deprecated.
|
static QrCodeType[] |
QrCodeTypes.getAllTypes()
All QRCode types.
|
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.
|
static com.groupdocs.signature.domain.extensions.IComplexCodeDataEncoding |
QrCodeTypes.getDataEncoding(com.aspose.ms.System.Type type,
QrCodeType qrCodeType) |
static boolean |
QrCodeTypes.isComplexType(com.aspose.ms.System.Type type,
QrCodeType qrCodeType) |
| Modifier and Type | Method and Description |
|---|---|
QrCodeType |
QrCodeSignature.getEncodeType()
Specifies the QR-code Encode Type.
|
| Constructor and Description |
|---|
QrCodeSignature(QrCodeType encodeType,
String text)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
QrCodeType |
QrCodeSearchOptions.getEncodeType()
Specifies Encode Type property to search QR-Codes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QrCodeSearchOptions.setEncodeType(QrCodeType value)
Specifies Encode Type property to search QR-Codes.
|
| Constructor and Description |
|---|
QrCodeSearchOptions(QrCodeType encodeType)
Initializes a new instance of the QRCodeSearchOptions class with encode type value.
|
QrCodeSearchOptions(QrCodeType encodeType,
String text)
Initializes a new instance of the QRCodeSearchOptions class with encode type and text values.
|
| Modifier and Type | Method and Description |
|---|---|
QrCodeType |
QrCodeSignOptions.getEncodeType()
Gets or sets QRCode type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QrCodeSignOptions.setEncodeType(QrCodeType value)
Gets or sets QRCode type.
|
| Constructor and Description |
|---|
QrCodeSignOptions(String text,
QrCodeType encodeType)
Initializes a new instance of the BarcodeSignOptions class with text.
|
| Modifier and Type | Method and Description |
|---|---|
QrCodeType |
QrCodeVerifyOptions.getEncodeType()
Gets or sets QR-code Type verification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QrCodeVerifyOptions.setEncodeType(QrCodeType value)
Gets or sets QR-code Type verification.
|
| Constructor and Description |
|---|
QrCodeVerifyOptions(String text,
QrCodeType encodeType)
Creates verification option QRCodeVerifyOptions for QR-Code Signatures with text and QR-Code encode type to verify.
|
Copyright © 2024. All rights reserved.