Constructs a destination to the specified page

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

Syntax

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

Parameters

page
Type: EvoPdf..::..PdfPage
The destination page

See Also