HighlightsGetCurrentTextRange Method |
Get a TextRange object that represents the current highlight.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public TextRange GetCurrentTextRange()
Public Function GetCurrentTextRange As TextRange
public:
virtual TextRange^ GetCurrentTextRange() sealed
function GetCurrentTextRange();
Return Value
Type:
TextRange the current text range
See Also