ExportStartEventArgs
12 Sep 20251 minute to read
This event arguments provides the necessary information about export annotations start event.
Properties
cancel boolean
It allows you to control the execution of an exporting event. When set to true, it prevents further processing of the event, effectively stopping the exporting operation.
exportData any
specifies the annotation data exported from the loaded document.
formFieldData any
Specifies the form field data exported from the loaded document..
name string
Specifies name of the event.