Error processing SSI file
LEADTOOLS Leadtools.Documents.UI (Leadtools.Documents.UI assembly)

Show in webframe

SetSelectedTextItems Method






Pager number to use. This value cannot be 0 and must be a valid page number.
Collection of DocumentViewerTextItem that contains the new selected text. If this parameter is null or an empty list, then the text selection of the page is cleared.
Replaces the selected text items for a page.
Syntax
public void SetSelectedTextItems( 
   int pageNumber,
   IList<DocumentViewerTextItem> items
)
'Declaration
 
Public Sub SetSelectedTextItems( _
   ByVal pageNumber As Integer, _
   ByVal items As IList(Of DocumentViewerTextItem) _
) 
'Usage
 
Dim instance As DocumentViewerText
Dim pageNumber As Integer
Dim items As IList(Of DocumentViewerTextItem)
 
instance.SetSelectedTextItems(pageNumber, items)
public:
void SetSelectedTextItems( 
   int pageNumber,
   IList<DocumentViewerTextItem^>^ items
) 

Parameters

pageNumber
Pager number to use. This value cannot be 0 and must be a valid page number.
items
Collection of DocumentViewerTextItem that contains the new selected text. If this parameter is null or an empty list, then the text selection of the page is cleared.
Remarks

DocumentViewerText stores the selection state of the text of each page in the document internally. It will use this value to highlight the selected text on the view ImageViewer control when RenderSelection is true.

When a new document is set in the document viewer, none of the text in its pages is selected. This can change by the viewer when during any of the following:

All these methods will call SetSelectedTextItems to update the state. This method will perform the following:

Use GetSelectedTextItems to get the currently selected text item for a page and GetSelectedText to get the selected text as a simple string object.

Use HasSelectedText to check whether a page or the whole document has any selected text.

The text of each page is obtained through the DocumentPage.GetText method and result is saved in the DocumentViewerText. If the text of a document has not been obtained, then the viewer will perform this automatically when the value of AutoGetText is true.

Requirements

Target Platforms

See Also

Reference

DocumentViewerText Class
DocumentViewerText Members

Error processing SSI file
Leadtools.Documents.UI requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features