Class Behaviour
The behaviour of a signing process such as whether to sign in a document.
Inheritance
Inherited Members
Namespace: Sig.SignAPI
Assembly: SigSignAPI.dll
Syntax
public abstract class Behaviour
Methods
| Name | Description |
|---|---|
| Click(ButtonKind) | Influences a signing process started with SignAsync(String, FieldPosition, SignatureInfo, Behaviour) like a click on the pad buttons. |
| DoDigestAction(Action<Byte[]>) | Performs the given action after the document content digest has been calculated. |
| DoHardwareSign() | Hardware signing lets the signature device sign the digest of the document content. |
| GetDefault() | Gets the default behaviour. |
| SetImageQualityFactor(Int32) | Sets the quality the signature image quality. Default is 8. |
| SetSignatureImage(SKImage) | Signature Image to be used (no biometric data will be emdedded to pdf) |
| SignInDocument(Rectangle, Boolean) | Whether the "sign in document" feature shall be used. |
| SkStamp(SKPaint, SKTypeface, TextBuilder) | Whether to textually stamp the signature image |
| Stamp(Brush, Font, TextBuilder) | Whether to textually stamp the signature image |
| StampWithColor(UInt32) | Sets the color of the text stamp. |
| StampWithDefaults() | Whether to textually stamp the signature image |
| StampWithFontFamily(String) | Sets the font name of the stamp image. Default value is Arial. |
| StampWithFontSize(Int32) | Sets the font size of the stamp image. Default value is 12. |
| StampWithTextBuilder(TextBuilder) | Sets the text builder of the text stamp. |
| UseRectangle(Rectangle) | Which signature rectangle to be used in standard signature mode. |
| UseTSA(String) | Whether trusted timestamping shall be used with the TSA address. When no TSA address is given, a default TSA is used. |