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
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public static PdfLinkPageLocation AtCoordinates(
float left,
float top,
float? zoom = null
)
- 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"
PdfLinkPageLocationA new page location instance