HiQPdf Documentation

PdfDestination Constructor (PdfPage, PointFloat, PdfDestinationViewMode)

HiQPdf Client for .NET Core
Creates a destination for the given point in the given PDF page having the given view mode

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

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

Parameters

page
Type: HiQPdfClientPdfPage
The target page
point
Type: HiQPdfClientPointFloat
The target point in page
viewMode
Type: HiQPdfClientPdfDestinationViewMode
The destination view mode
See Also

Reference