Builder

constructor(signatureFormField: SignatureFormField, outputFileUri: Uri)

Creates a new Builder for creating the SignerOptions object to pass to the SigningManager. For more customisation for the output file, use the other DataProvider constructor.

Parameters

signatureFormField

Signature form field to be signed.

outputFileUri

Destination where the signed document will be written.


constructor(signatureFormField: SignatureFormField, outputDataProvider: DataProvider)

Parameters

signatureFormField

Signature form field to be signed.

outputDataProvider

DataProvider where the signed document will be written.