Skip to content

M_PDFiumSharp_PDFium_FPDFLink_GetRect

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PDFium.FPDFLink_GetRect Method

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

Syntax

C#

public static void FPDFLink_GetRect(
	FPDF_PAGELINK link_page,
	int link_index,
	int rect_index,
	out double left,
	out double top,
	out double right,
	out double bottom
)

Parameters

 

link_page
Type: PDFiumSharp.Types.FPDF_PAGELINK
link_index
Type: System.Int32
rect_index
Type: System.Int32
left
Type: System.Double
top
Type: System.Double
right
Type: System.Double
bottom
Type: System.Double

See Also

Reference

PDFium Class
PDFiumSharp Namespace

Clone this wiki locally