[]
type PdfOrganizerSettings = object;
PDF Organizer dialog settings.
optional layout: "Auto" | "OneColumn" | "TwoColumns";
PDF Organizer dialog layout type.
The default is 'Auto' - layout will switch to 'OneColumn' for a small device screen.
options.formFiller = {
layout: 'OneColumn'
}
optional title: string;
Dialog title.
'PDF Organizer'
options.pdfOrganizer = {
title: 'PDF document structure'
};