HiQPdf Documentation

PdfDestination Constructor (PdfPage, PointF, PdfDestinationViewMode)

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

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

public PdfDestination(
	PdfPage page,
	PointF point,
	PdfDestinationViewMode viewMode
)

Parameters

page
Type: HiQPdfPdfPage
The target page
point
Type: System.DrawingPointF
The target point in page
viewMode
Type: HiQPdfPdfDestinationViewMode
The destination view mode
See Also

Reference