PdfLinkPageLocationFitWidth Method

Fits the page width in the viewport, with the top edge at the specified distance (in points) from the top 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 FitWidth(
	float top
)

Parameters

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

Return Value

PdfLinkPageLocation
A new page location instance

See Also