How to use the OnShowSavePrompt?
by Conor Smith | April 4, 2017
To use the OnShowSavePrompt function in Foxit PDF SDK ActiveX, follow the guidelines below: Setting bShow=false will disable the prompt when closing the ActiveX. Setting the following will control how the PDF is handled without the prompt. // nResult=0 is not to save. // nResult=1 is to save. // nResult=6 no setting has been set. private void […]
Keep reading