PdfDestination(PdfPage, PointF, PdfDestinationViewMode) Constructor

Creates a destination for the given point in the given PDF page having the given view mode

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfDestination(
	PdfPage page,
	PointF point,
	PdfDestinationViewMode viewMode
)

Parameters

page  PdfPage
The target page
point  PointF
The target point in page
viewMode  PdfDestinationViewMode
The destination view mode

See Also