ExportingEventArgs
16 Dec 20251 minute to read
Provides information about the exportingDocument event in the Rich Text Editor.
Properties
currentRequest { : }[]
Indicates set of HTTP headers that will be merged into the export request.
Use this to add authentication tokens or any custom header values.
customFormData { : }[]
Indicates the collection of form-data entries to include with the export request.
Each entry represents a key/value pair appended to the request body.
exportType ExportDocumentType
Indicates whether the editor is exporting to PDF or Word.