MobbSign Additional Configuration
This page contains some additional configuration for MobbSign.
Signature configuration
You can configure some details of the signature process:
public WriteableBitmap stampImage;
Indicates an image to be drawn within the signature as a stamp.
public void AddCustomField(String key, String value)
Indicates a key-value pair field to be written in the non-visible part of the signature field.
public void AddSignedCustomField(String key, String value)
Indicates a key-value pair field to be written in the signed information of the signature field.
public void ConfigureNextSignature(SignatureConfiguration config)
With this method you can configure how signature will be drawn in the document. You can configure:
positionRect
for specifying a position for the signature image.positionPage
for specifying a page for the signature image.strokeColor
for specifying the color of the signature.signatureDate
for specifying the date of the signature.signerName
for specifying the name of the signer.partyName
for specifying the name of the party.userId
for specifying the user id that mobbID uses to verify the sign before allowing him/her to sign the document.verification
, boolean that allows the verification of the signer before letting him/her sign the document.