Click or drag to resize

ExplicitDestination Constructor (PdfPage)

Constructs a destination to the specified page

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public ExplicitDestination(
	PdfPage page
)

Parameters

page
Type: ExpertPdf.HtmlToPdf.PdfDocumentPdfPage
The destination page
See Also