Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace : DocumentViewerTextItem Class |
public class DocumentViewerTextItem
'Declaration
Public Class DocumentViewerTextItem
'Usage
Dim instance As DocumentViewerTextItem
public ref class DocumentViewerTextItem
DocumentViewerTextItem holds the the properties of a selected item of text in the document viewer. The members of this class refer to the DocumentPageText object of the corresponding page.
The item is all the characters between FirstCharacterIndex and LastCharacterIndex in the corresponding DocumentPageText. This could be none, a single character, a word, a line or any other combination of text that was selected by the user.
Bounds is overall bounding rectangle of this item in the page. This is calculated by the document viewer from the union of the Bounds of all the characters between FirstCharacterIndex and LastCharacterIndex.
For an example, refer to Find.