HelpBot Assistant

How can I help you?

IImportingEventArgs

6 Feb 20261 minute to read

IImportingEventArgs provides details about the diagram import process.

Properties

cancel false

set to true to cancel the import process.

logs string[]

returns the errors or warnings collected during the process.

pages Object[]

returns the list of selectable pages available during import.

selectedPage Object

allows the user to select a page to import during ‘started’ status.