Constructs a destination to the specified location in the specified page and with the specified view mode of the destination page

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public ExplicitDestination(
	PdfPage page,
	PointF point,
	DestinationViewMode viewMode
)
Visual Basic
Public Sub New ( 
	page As PdfPage,
	point As PointF,
	viewMode As DestinationViewMode
)
Visual C++
public:
ExplicitDestination(
	PdfPage^ page, 
	PointF point, 
	DestinationViewMode viewMode
)

Parameters

page
Type: EvoPdf..::..PdfPage
The destination page
point
Type: System.Drawing..::..PointF
The destination point in page
viewMode
Type: EvoPdf..::..DestinationViewMode
The destination view mode

See Also