Click or drag to resize

CPDFEditTextFindSelectionGetTextArea Method

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

Namespace:  ComPDFKit.PDFPage.Edit
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public CPDFEditTextArea GetTextArea(
	bool isReplaced = false
)

Parameters

isReplaced (Optional)
Type: SystemBoolean
There are differences in updating the last selected content for items that have been replaced and items that have not been replaced, so they are distinguished by a bool value

Return Value

Type: CPDFEditTextArea
The CPDFEditTextArea where the selected content is located
See Also