Click or drag to resize

PdfTextGetBoundedText(FS_RECTF) Method

Extract text within a rectangular boundary on the page specified by a FS_RECTF structure.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public string GetBoundedText(
	FS_RECTF rect
)

Parameters

rect  FS_RECTF
Rectangle boundary

Return Value

String
Text within a rectangular boundary on the page
See Also