EVO PDF Logo

ExplicitDestination Constructor (PdfPage, PointFloat)

EVO PDF Client for .NET Core
Constructs a destination to the specified location in the specified page

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public ExplicitDestination(
	PdfPage page,
	PointFloat point
)

Parameters

page
Type: EvoPdfClientPdfPage
The destination page
point
Type: EvoPdfClientPointFloat
The destination point in page
See Also

Reference