ITextSelection.Options Property

Definition

Gets and sets text selection options.

public:
 property SelectionOptions Options { SelectionOptions get(); void set(SelectionOptions value); };
SelectionOptions Options();

void Options(SelectionOptions value);
public SelectionOptions Options { get; set; }
var selectionOptions = iTextSelection.options;
iTextSelection.options = selectionOptions;
Public Property Options As SelectionOptions

Property Value

The text selection options. Each option is binary, so if a particular option is not set, the text selection has the opposite option. For example, if the Overtype option is not set, the text selection is set to insert mode.

Applies to