PdfGoToPageViewActionSetDestination Method |
Namespace: SautinSoft.Pdf.ActionsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntaxpublic PdfDestination SetDestination(
PdfPage page,
PdfDestinationViewType viewType,
params double?[] parameters
)
Public Function SetDestination (
page As PdfPage,
viewType As PdfDestinationViewType,
ParamArray parameters As Double?()
) As PdfDestination
Parameters
- page PdfPage
- The page to jump to.
- viewType PdfDestinationViewType
- Type of the view.
- parameters NullableDouble
- The parameters of the view.
Return Value
PdfDestination
The explicit destination to jump to.
See Also