PageOrganizerSaveAsEventArgs
12 Sep 20251 minute to read
This event arguments provide the necessary information about page organizer save as event.
Properties
cancel boolean
It allows you to control the execution of an save as event. When set to true, it prevents further processing of the event, effectively stopping the save as operation.
downloadDocument string
Defines the base 64 string of the loaded PDF document data.
fileName string
File name of the currently loaded PDF document in the Page Organizer.
name string
Specifies name of the event.