Defines configuration options regarding settings when exporting/saving a PDF.
Example
PSPDFKit.load({
formsConfiguration: {
export: { disableComboBoxArrow: true }
}
});
Members
Members
When true, disables writing the arrow button into the saved PDF.
Type:
- boolean
- Default Value:
- false