Click or drag to resize

PdfGoToPageViewActionSetDestination Method

Sets the explicit destination to jump to (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.Actions
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 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