QrCodeTypes Class |
Namespace: GroupDocs.Signature.Domain
The QrCodeTypes type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AllTypes |
All QRCode types.
|
Name | Description | |
---|---|---|
![]() ![]() | Parse |
Returns QRCode type with pasringType name. If name of QRCode is unknown - Exception will be throw
|
![]() ![]() | TryParse |
Returns QRCode type with pasringType name.
If name of QRCode is unknown - no Exception will be throw but method will return null value.
|
Name | Description | |
---|---|---|
![]() ![]() | Aztec |
Aztec QR-Code Type object.
|
![]() ![]() | DataMatrix |
DataMatrix QR-Code Type object.
|
![]() ![]() | GS1DataMatrix |
GS1 DataMatrix QR-Code Type object.
|
![]() ![]() | GS1QR |
GS1 QR-Code Type object.
|
![]() ![]() | QR |
QR QR-Code Type object.
|