Click or drag to resize

PdfOutlineSetDestination Method

Sets the explicit destination that shall be displayed when this item 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
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfDestination SetDestination(
	PdfPage page,
	PdfDestinationViewType viewType,
	params double?[] parameters
)

Parameters

page  PdfPage
The page that shall be displayed when this item 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 this item is activated.
See Also