Click or drag to resize
Pdf Library for .NET

PdfDestination Constructor (PdfPage, PointF, PdfDestinationFitMode)

Constructs a destination to the specified location in the specified page and with the specified fit mode in the destination page.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfDestination(
	PdfPage page,
	PointF location,
	PdfDestinationFitMode fitMode
)

Parameters

page
Type: SelectPdfPdfPage
The destination page.
location
Type: System.DrawingPointF
The location in the destination page.
fitMode
Type: SelectPdfPdfDestinationFitMode
The destination fit mode.
See Also