PdfLinkAnnotationSetDestination Method |
Namespace: SautinSoft.Pdf.AnnotationsAssembly: 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 that shall be displayed when the annotation is activated.
- viewType PdfDestinationViewType
- Type of the view.
- parameters NullableDouble
- The parameters of the view.
Return Value
PdfDestination
The explicit destination that shall be displayed when the annotation is activated.
See Also