Click or drag to resize
Pdf Library for .NET

PdfDestination Constructor (PdfPage, PointF)

Constructs a pdf destination to the specified location in the specified page.

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

Parameters

page
Type: SelectPdfPdfPage
The destination page.
location
Type: System.DrawingPointF
The location in the destination pdf page.
See Also