EVO HTML to PDF Converter

ExplicitDestination Constructor (PdfPage, PointFloat, DestinationViewMode)

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

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

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

Parameters

page
Type: EvoPdf.HtmlToPdfClientPdfPage
The destination page
point
Type: EvoPdf.HtmlToPdfClientPointFloat
The destination point in page
viewMode
Type: EvoPdf.HtmlToPdfClientDestinationViewMode
The destination view mode
See Also

Reference