Skip to content

RTF export options

The name of this structure is drRTFExportOptions. It is used by the DefaultRTFExportOptions method and pRTFExportOptions property.

Obsolete

The struct is obsolete per version 26 as setting RTF export options is now preferabily done via properties and no longer passing a pointer to the struct. Use of the struct as storage is permitted but setting a single export option should be done with the setter.

Struct layout

Member Type Description Default Value
bMultiPage Boolean Export all pages (one file per page) or single page True
iPage Integer Page number of single page to export 1

Notes

  • Defined in cDRAPI.pkg

Change of default settings

With the introduction of getters for export options the defaults for export setting is now the same between Studio and integration.

Member < 26.0 >=26.0
iPage 0 1