Click or drag to resize

PdfLinkAnnotationSetDestination Method

Sets the explicit destination that shall be displayed when the annotation is activated (see 12.3.2.2, "Explicit Destinations").

parameters represent the following values depending on the viewType parameter:

FitRectangle
Left, Bottom, Right and Top.
LeftTopZoom
Left, Top and Zoom.
FitPageVertical and FitContentVertical
Left.
FitPageHorizontal and FitContentHorizontal
Top.
FitPage and FitContent
None.

Namespace: SautinSoft.Pdf.Annotations
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntax
public PdfDestination SetDestination(
	PdfPage page,
	PdfDestinationViewType viewType,
	params double?[] parameters
)

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