ITextSelection.Type Property

Definition

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.

Applies to