Defines specific configuration options related to the electronic signatures feature.
Example
PSPDFKit.load({
electronicSignatures: {
creationModes: [PSPDFKit.ElectronicSignatureCreationMode.IMAGE],
fonts: [new PSPDFKit.Font("mycustomfont")]
}
});
Members
Members
Array of tabs that should be offered to users on the electronic signatures modal.
Type:
Array of PSPDFKit.Font fonts that users can choose from when typing text for adding a new electronic signature.
You can specify any additional font to use on a custom style sheet
set via PSPDFKit.Configuration#styleSheets via @font-face
CSS at-rule.
When specifying the name
of each PSPDFKit.Font
record make sure
that it matches the one specified on the style sheet.
Type:
- Array.<PSPDFKit.Font>