 | PdfTextGetBoundedText Method (FS_RECTF) |
Extract text within a rectangular boundary on the page specified by a
FS_RECTF structure.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.52.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.52.2704
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
- Type: Patagames.PdfFS_RECTF
Rectangle boundary
Return Value
Type:
StringText within a rectangular boundary on the page
See Also