Export Types

The ExportTypes objects contain information which export or printing options will be exposed to the end user.

Constructors

  • There is NO constructor for exportTypes
  • ExportTypes are made up of a collection of string flags:
    • Discover:  'pdf', 'png', 'csv', 'excel'
    • Present: 'pdf', 'excel'
  • Set the array to 'null' to disable all printing options.
  • ExportTypes are attached to embedded content via the exporting property in the EmbedOption object.

Note: The switches are ignored if 'Printing' is disabled in the runtime settings of the content item.