HiQPdf Documentation

PdfDestination Constructor (PdfPage, PointF)

Quickly Create High Quality PDFs
Creates a destination for the given point in the given PDF page

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfDestination(
	PdfPage page,
	PointF point
)

Parameters

page
Type: HiQPdfPdfPage
The target page
point
Type: System.DrawingPointF
The target point in page
See Also

Reference