Skip to content

M_PDFiumSharp_PDFium_FPDFText_GetCharBox

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PDFium.FPDFText_GetCharBox Method

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

Syntax

C#

public static void FPDFText_GetCharBox(
	FPDF_TEXTPAGE text_page,
	int index,
	out double left,
	out double right,
	out double bottom,
	out double top
)

Parameters

 

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

See Also

Reference

PDFium Class
PDFiumSharp Namespace

Clone this wiki locally