HiQPdf Documentation

PdfDestination Constructor (PdfPage)

HiQPdf Client for .NET Core
Creates a destination for the top left corner of the given PDF page

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfDestination(
	PdfPage page
)

Parameters

page
Type: HiQPdfClientPdfPage
The target page
See Also

Reference