QrCodeSignatureGetDataT Method |
Obtain object from QR-Code Signature Text over deserialization.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.7.0.0 (22.7)
Syntaxpublic T GetData<T>()
where T : class
Public Function GetData(Of T As Class) As T
public:
generic<typename T>
where T : ref class
T GetData()
member GetData : unit -> 'T when 'T : not struct
Type Parameters
- T
- Type of object to deserialize from QR-Code Text
Return Value
Type:
T
See Also