ITextSelection.Options Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.