A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
ComPDFKit.PDFPage
CPDFTextPage Class
CPDFTextPage Methods
GetBoundedText Method
GetCharIndexAtPos Method
GetCharsPointAtPos Method
GetCharsRectAtPos Method
GetSelectionForWordAtPos Method
GetSelectText Method
IsValid Method
CPDFTextPage
GetSelectText Method
Gets the text enclosed within the specified range.
Namespace:
ComPDFKit.PDFPage
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntax
C#
Copy
public
string
GetSelectText
(
CPoint
startPoint
,
CPoint
endPoint
,
CPoint
tolerance
)
Parameters
startPoint
Type:
ComPDFKit.Import
CPoint
Start point coordinate
endPoint
Type:
ComPDFKit.Import
CPoint
End point coordinate
tolerance
Type:
ComPDFKit.Import
CPoint
Tolerance range
Return Value
Type:
String
Text
See Also
Reference
CPDFTextPage Class
ComPDFKit.PDFPage Namespace