QrCodeTypes class
Leave feedback
On this page
QRCode Types container.
The QrCodeTypes type exposes the following members:
| Property | Description |
|---|---|
| all_types | All QRCode types. |
| AZTEC | Aztec QR-Code Type object. |
| DATA_MATRIX | DataMatrix QR-Code Type object. |
| QR | QR QR-Code Type object. |
| GS1_DATA_MATRIX | GS1 DataMatrix QR-Code Type object. |
| GS1QR | GS1 QR-Code Type object. |
| HIBCLICQR | HIBC LIC QR-Code Type object. |
| HIBCLIC_DATA_MATRIX | HIBC LIC Data Matrix QR-Code Type object. |
| HIBCLIC_AZTEC | HIBC LIC Aztec QR-Code Type object. |
| HIBCPASQR | HIBC PAS QR-Code Type object. |
| HIBCPAS_DATA_MATRIX | HIBC PAS Data Matrix QR-Code Type object. |
| HIBCPAS_AZTEC | HIBC PAS Aztec QR-Code Type object. |
| HAN_XIN | Han Xin QR-Code Type object. |
| GS1_HAN_XIN | GS1 Han Xin QR-Code Type object. |
| RECT_MICRO_QR | RectMicroQR Type object. |
| MICRO_QR | MicroQR Type object. |
| Method | Description |
|---|---|
| parse | Returns QRCode type with pasringType name. If name of QRCode is unknown - Exception will be throw |
| try_parse | Returns QRCode type with pasringType name.
If name of QRCode is unknown - no Exception will be throw but method will return null value. |
- module
groupdocs.signature.domain
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.