Click or drag to resize

CPDFEditTextFindSelection Class

Search and replace using search items Provides the location information of the search item and the text block information where the search item is located
Inheritance Hierarchy
SystemObject
  ComPDFKit.PDFPage.EditCPDFEditTextFindSelection

Namespace:  ComPDFKit.PDFPage.Edit
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public class CPDFEditTextFindSelection

The CPDFEditTextFindSelection type exposes the following members.

Properties
  NameDescription
Public propertyRectList
Top
Methods
  NameDescription
Public methodGetPageIndex
Get the page number of the CPDFEditPage where the selected content is located
Public methodGetTextArea
Get the CPDFEditTextArea object where CPDFEditTextFindSelection is located It is useful to highlight the selected content and perform selection on the text block where the selected content is located
Public methodGetTextAreaIndex
Get the index of the text block where the selected content is located in the CPDFEditPage
Top
See Also