EVO PDF Logo

ExplicitDestination Constructor (PdfPage, PointFloat, DestinationViewMode)

EVO PDF Client for .NET Framework
Constructs a destination to the specified location in the specified page and with the specified view mode of the destination page

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public ExplicitDestination(
	PdfPage page,
	PointFloat point,
	DestinationViewMode viewMode
)

Parameters

page
Type: EvoPdfClientPdfPage
The destination page
point
Type: EvoPdfClientPointFloat
The destination point in page
viewMode
Type: EvoPdfClientDestinationViewMode
The destination view mode
See Also

Reference