Interface: FormsConfigurationExport

PSPDFKit.FormsConfigurationExport

Defines configuration options regarding settings when exporting/saving a PDF.

Example

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

Members




Members

(nullable) disableComboBoxArrow: boolean

When true, disables writing the arrow button into the saved PDF.

Type:
  • boolean
Default Value:
  • false