Skip to content

M_PDFiumSharp_PDFium_FPDFDest_GetLocationInPage

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PDFium.FPDFDest_GetLocationInPage Method

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

Syntax

C#

public static bool FPDFDest_GetLocationInPage(
	FPDF_DEST dest,
	out bool hasXCoord,
	out bool hasYCoord,
	out bool hasZoom,
	out float x,
	out float y,
	out float zoom
)

Parameters

 

dest
Type: PDFiumSharp.Types.FPDF_DEST
hasXCoord
Type: System.Boolean
hasYCoord
Type: System.Boolean
hasZoom
Type: System.Boolean
x
Type: System.Single
y
Type: System.Single
zoom
Type: System.Single

Return Value

Type: Boolean

See Also

Reference

PDFium Class
PDFiumSharp Namespace
PdfDestination.LocationInPage
PdfDocument.Destinations

Clone this wiki locally