PdfWebControlDisableLinks Property |
Gets or sets a value indicating whether links in the document loaded in this
PdfWebControl are disabled.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic 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