ITextSelection.Type 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.
Retrieves the type of text selection.
public:
property SelectionType Type { SelectionType get(); };
SelectionType Type();
public SelectionType Type { get; }
var selectionType = iTextSelection.type;
Public ReadOnly Property Type As SelectionType
Property Value
The selection type.