M_PDFiumSharp_PDFium_FPDFLink_GetRect - ArgusMagnus/PDFiumSharp GitHub Wiki
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
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
)
- 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