Click or drag to resize
Pdf Library for .NET

PdfDestination(PdfPage) Constructor

Constructs a pdf destination to the specified pdf page.

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

Parameters

page  PdfPage
The destination page.
See Also