PdfWebControlDisableLinks Property |
Gets or sets a value indicating whether links in the document loaded in this
PdfWebControl are disabled.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool DisableLinks { get; set; }
Public Property DisableLinks As Boolean
Get
Set
Property Value
Type:
Booleantrue 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