CPDFEditTextFindSelectionGetTextArea Method |
Namespace:
ComPDFKit.PDFPage.Edit
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax 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:
CPDFEditTextAreaThe
CPDFEditTextArea where the selected content is located
See Also