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:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public string ThenRedirectTo { get; set; }

Property Value

Type: String
Remarks

This property should only be used with PdfIntegrationProvider.OnDocumentSaved.

When set, any ThenExecuteJS and ThenReloadDocument values are cleared.

See Also