DocumentSavedEventArgsThenReloadDocument Property |
Namespace: RadPdf.Integration
This property has no effect if the arguments are from PdfWebControl.Saved. This property should only be used with PdfIntegrationProvider.OnDocumentSaved.
When set, any ThenExecuteJS and ThenRedirectTo values are cleared.
This property can be very helpful if making changes to the document when saving using Document.
If set and SaveType is Append, this will cancel the append operation and the user (or Client API code) will again need to attempt the append again. To avoid this behavior, use the Client API to first save the document and then do the append.