Click or drag to resize

PdfWebControlLiteDisableLinkWarning Property

Gets or sets a value indicating whether a warning is shown in this PdfWebControlLite when URL links are clicked.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public bool DisableLinkWarning { get; set; }

Property Value

Type: Boolean
true if a warning should be shown when a URL link is clicked; otherwise false and links are immediately navigated to when clicked. The default is false.
Remarks
This property has no effect if DisableLinks is true.
See Also