PdfDestination(PdfPage) Constructor

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

Definition

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

Parameters

page  PdfPage
The target page

See Also