Constructs a destination to the specified location in the specified page

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

Syntax

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

Parameters

page
Type: EvoPdf..::..PdfPage
The destination poge
point
Type: System.Drawing..::..PointF
The destination point in page

See Also