PdfWebControlDisableSelectedTextToAnnotation Property |
Gets or sets a value indicating whether a new
PdfMarkupAnnotation is added to selected text when the RAD PDF user mode is switched to an add annotation mode while text is selected in a
PdfWebControl instance.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 5.5.0.0 (5.5.0.0)
Syntaxpublic bool DisableSelectedTextToAnnotation { get; set; }Public Property DisableSelectedTextToAnnotation As Boolean
Get
Set
Property Value
Type:
Booleantrue if annotations should not be added; otherwise
false.
The default is
false.
Remarks
See Also