PdfLinkPageLocationAtCoordinates Method

Positions the page so that the given (left, top) point is at the top-left of the viewport, optionally setting an explicit zoom factor

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public static PdfLinkPageLocation AtCoordinates(
	float left,
	float top,
	float? zoom = null
)

Parameters

left  Single
Distance from the left edge of the page content area (points). Page-relative for PdfEditor and PdfMerge
top  Single
Distance from the top edge of the page content area (points). Page-relative for PdfEditor and PdfMerge
zoom  NullableSingle  (Optional)
Zoom factor (1.0 = 100%) or null for "no change"

Return Value

PdfLinkPageLocation
A new page location instance

See Also