Click or drag to resize

DocumentSavedEventArgsThenRedirectTo Property

Gets or sets a value representing a URL which the client browser should be redirected to.

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

Property Value

Type: String
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 ThenReloadDocument values are cleared.

See Also