Defines the options that can be applied when exporting a document.

interface ExportDocumentOptions {
    aromatize?: boolean;
}

Properties

Properties

aromatize?: boolean

Aromatizes or dearomatizes the exported structure. true: the structure is exported in aromatized form. false: the structure is exported in dearomatized form. undefined: the canvas is exported as is, without any aromatization change. It only affects non-CXON formats.