Click or drag to resize

PdfWebControlLiteDisableLinks Property

Gets or sets a value indicating whether links in the document loaded in this PdfWebControlLite are disabled.

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

Property Value

Type: Boolean
true if pre-existing links should be disabled; otherwise false and links are active and a user can navigate to their destination when clicked. The default is false.
See Also