Interface: FormsConfiguration

PSPDFKit.FormsConfiguration

Defines specific configuration options related to forms.

Example

PSPDFKit.load({
  formsConfiguration: {
    export: { disableComboBoxArrow: true }
  }
});