ExplicitDestination Constructor (PdfPage, PointF, DestinationViewMode) |
Constructs a destination to the specified location in the specified page and with the specified view mode
of the destination page
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public ExplicitDestination(
PdfPage page,
PointF point,
DestinationViewMode viewMode
)
Public Sub New (
page As PdfPage,
point As PointF,
viewMode As DestinationViewMode
)
Parameters
- page
- Type: ExpertPdf.PdfCreatorPdfPage
The destination page - point
- Type: System.DrawingPointF
The destination point in page - viewMode
- Type: ExpertPdf.PdfCreatorDestinationViewMode
The destination view mode
See Also