 | PdfTextGetBoundedText(FS_RECTF) Method |
Extract text within a rectangular boundary on the page specified by a
FS_RECTF structure.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic string GetBoundedText(
FS_RECTF rect
)
Public Function GetBoundedText (
rect As FS_RECTF
) As String
public:
String^ GetBoundedText(
FS_RECTF rect
)
member GetBoundedText :
rect : FS_RECTF -> string public String GetBoundedText(
FS_RECTF rect
)
function GetBoundedText(rect);
Parameters
- rect FS_RECTF
- Rectangle boundary
Return Value
StringText within a rectangular boundary on the page
See Also