PdfLinkPageLocationFitHeight Method

Fits the page height in the viewport, with the left edge at the specified distance (in points) from the left edge of the page content area defined by PdfDocument.Margins when AddLinkAnnotation is called. The value is treated as page-relative by PdfEditor and PdfMerge

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public static PdfLinkPageLocation FitHeight(
	float left
)

Parameters

left  Single
The distance in points from the left of the page content area

Return Value

PdfLinkPageLocation
A new page location instance

See Also