GetData
Leave feedback
On this page
Obtain object from QR-Code Signature Text over deserialization.
public T GetData<T>()
where T : class
| Parameter | Description |
|---|---|
| T | Type of object to deserialize from QR-Code Text |
- class QrCodeSignature
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature
Obtain object from QR-Code Signature Text over deserialization.
public T GetData<T>(IDataEncryption dataEncryption)
where T : class
| Parameter | Description |
|---|---|
| T | Type of object to deserialize from QR-Code Text |
| dataEncryption | Set custom data encryption implementation |
- interface IDataEncryption
- class QrCodeSignature
- 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.