Click or drag to resize

CPDFEditTextAreaGetPreWordCharPlace Method

Gets the text cursor position of the previous word.

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

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also