QrCodeTypes
Leave feedback
On this page
QRCode Types container.
public static class QrCodeTypes
| Name | Description |
|---|---|
| static AllTypes { get; } | All QRCode types. |
| Name | Description |
|---|---|
| static Parse(string) | Returns QRCode type with pasringType name. If name of QRCode is unknown - Exception will be throw |
| static TryParse(string) | 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 |
|---|---|
| static readonly Aztec | Aztec QR-Code Type object. |
| static readonly DataMatrix | DataMatrix QR-Code Type object. |
| static readonly GS1DataMatrix | GS1 DataMatrix QR-Code Type object. |
| static readonly GS1HanXin | GS1 Han Xin QR-Code Type object. |
| static readonly GS1QR | GS1 QR-Code Type object. |
| static readonly HanXin | Han Xin QR-Code Type object. |
| static readonly HIBCLICAztec | HIBC LIC Aztec QR-Code Type object. |
| static readonly HIBCLICDataMatrix | HIBC LIC Data Matrix QR-Code Type object. |
| static readonly HIBCLICQR | HIBC LIC QR-Code Type object. |
| static readonly HIBCPASAztec | HIBC PAS Aztec QR-Code Type object. |
| static readonly HIBCPASDataMatrix | HIBC PAS Data Matrix QR-Code Type object. |
| static readonly HIBCPASQR | HIBC PAS QR-Code Type object. |
| static readonly MicroQR | MicroQR Type object. |
| static readonly QR | QR QR-Code Type object. |
| static readonly RectMicroQR | RectMicroQR Type object. |
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature
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.