Click or drag to resize

PdfiumFPDFText_GetBoundedText Method

Extract unicode text within a rectangular boundary on the page

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static string FPDFText_GetBoundedText(
	IntPtr text_page,
	double left,
	double top,
	double right,
	double bottom
)

Parameters

text_page  IntPtr
Handle to a text page information structure. Returned by FPDFText_LoadPage(IntPtr) function.
left  Double
Left boundary
top  Double
Top boundary
right  Double
Right boundary
bottom  Double
Bottom boundary.

Return Value

String
Unicode text within a rectangular boundary on the page
See Also