Skip to content

M_PDFiumSharp_PDFium_FPDFText_GetBoundedText

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PDFium.FPDFText_GetBoundedText Method

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public static string FPDFText_GetBoundedText(
	FPDF_TEXTPAGE text_page,
	double left,
	double top,
	double right,
	double bottom
)

Parameters

 

text_page
Type: PDFiumSharp.Types.FPDF_TEXTPAGE
left
Type: System.Double
top
Type: System.Double
right
Type: System.Double
bottom
Type: System.Double

Return Value

Type: String

See Also

Reference

PDFium Class
PDFiumSharp Namespace

Clone this wiki locally