Constructs a destination to the specified location in the specified page and with the specified view mode
of the destination page
Namespace: EvoPdfAssembly: 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
) |
See Also