Document save event callback function
{ onDocSave: (doc: DocType, filePath: string, procData: LPVOIDType) => { console.log('Document saving processing function:', doc, filePath, procData); }} Copy
{ onDocSave: (doc: DocType, filePath: string, procData: LPVOIDType) => { console.log('Document saving processing function:', doc, filePath, procData); }}
Optional
Prototype of callback function invoked by Foxit Reader when performs Save
The document to be saved as.
The path where the document to be saved.
The client data.
Document save event callback function
Example