Click or drag to resize
Pdf Library for .NET

PdfDestination(PdfPage, PointF) Constructor

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

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

Parameters

page  PdfPage
The destination page.
location  PointF
The location in the destination pdf page.
See Also