[]
        
(Showing Draft Content)

PdfOrganizerSettings

Type Alias: PdfOrganizerSettings

PdfOrganizerSettings: object

PDF Organizer dialog settings.

Type declaration

layout?

optional layout: "Auto" | "OneColumn" | "TwoColumns"

PDF Organizer dialog layout type.

Default

The default is 'Auto' - layout will switch to 'OneColumn' for a small device screen.

Example

     options.formFiller = {
           layout: 'OneColumn'
     }

title?

optional title: string

Dialog title.

Default

'PDF Organizer'

Example

      options.pdfOrganizer = {
            title: 'PDF document structure'
      };