Click or drag to resize

CPDFEditTextAreaGetSelectChars Method

Gets the page area of each selected line in specified area.

Namespace:  ComPDFKit.PDFPage.Edit
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public void GetSelectChars(
	CPoint startPoint,
	CPoint endPoint
)

Parameters

startPoint
Type: CPoint
Start point.
endPoint
Type: CPoint
End point.
See Also