Click or drag to resize

PdfWebControlLiteDisableSelectedTextToAnnotation 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)
Syntax
public bool DisableSelectedTextToAnnotation { get; set; }

Property Value

Type: Boolean
true if annotations should not be added; otherwise false. The default is false.
Remarks

At this time, RAD PDF only adds PdfHighlightAnnotations, PdfSquigglyAnnotations, PdfStrikeoutAnnotations, and PdfUnderlineAnnotations to selected text.

See Also