PdfDestination(PdfPage) Constructor

Creates a destination for the top left corner of the given PDF page

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfDestination(
	PdfPage page
)

Parameters

page  PdfPage
The target page

See Also