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