Click or drag to resize

DocumentSavedEventArgsThenReloadDocument Property

Gets or sets a value indicating whether the client browser should reload the document from the server.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool ThenReloadDocument { get; set; }

Property Value

Type: Boolean
Remarks

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.

See Also