Method SetSignatureImage
SetSignatureImage(SKImage)
Signature Image to be used (no biometric data will be emdedded to pdf)
Declaration
public Behaviour SetSignatureImage(SKImage signatureImage)
Parameters
Type | Name | Description |
---|---|---|
SkiaSharp.SKImage | signatureImage | A SKImage with will be used to embedd into the SignatureField. |
Returns
Type | Description |
---|---|
Behaviour | The changed behaviour. |