Specifies whether the text selection in documents is active or not. By default, the selection is active and enables users to select lines in active document pages. It is possible to select lines in the currently active page only. Selected text can be copied to clipboard.

Syntax

public bool IsSelectionActivated { get; set; }
Public Property IsSelectionActivated() As Boolean