Click or drag to resize
Pdf Library for .NET

PdfDestination(PdfPage, PointF, PdfDestinationFitMode) Constructor

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.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public PdfDestination(
	PdfPage page,
	PointF location,
	PdfDestinationFitMode fitMode
)

Parameters

page  PdfPage
The destination page.
location  PointF
The location in the destination page.
fitMode  PdfDestinationFitMode
The destination fit mode.
See Also