←Select platform

SelectedTextToReviewObject Method

Summary

Add the selected text items of page to a a text review object.

Syntax

C#
VB
C++
public bool SelectedTextToReviewObject( 
   int pageNumber, 
   AnnTextReviewObject textReviewObject 
) 
Public Function SelectedTextToReviewObject( 
   ByVal pageNumber As Integer, 
   ByVal textReviewObject As AnnTextReviewObject 
) As Boolean 
public:  
   bool SelectedTextToReviewObject( 
      int pageNumber, 
      AnnTextReviewObject^ textReviewObject 
   ) 

Parameters

pageNumber

1-based page number to use.

textReviewObject

Annotation text review object to use as the target for selected text items. This must not be null.

Return Value

true if the method was successful and the selected text items where added to textReviewObject, otherwise; false.

Remarks

This method is called by the internal AnnTextReviewObject draw designer when the user creates a new text review object from the current selection.

This methods uses GetSelectedTextItems to get the rectangles of the selected text items and adds them to textReviewObject using SetRectangles.

If textReviewObject is not a child of the AnnContainer object associated with the page then it will be added to the Children collection. This operation will be wrapped by BeginUndo and EndUndo then textReviewObject will be selected by the automation using SelectObject.

This method fires the Operation event with DocumentViewerOperation.SelectedTextToReviewObject.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI.WinForms Assembly