Property SignatureRequested
SignatureRequested
This Delegate is invoked if SignatureInfo is null and SignatureRequested Delegate is subscribed to. if SignatureRequested is Subscribed to, then it is triggered after signature is performed and just before updating this in pdf.
Declaration
Func<SignatureInfo> SignatureRequested { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Func<SignatureInfo> |