PdfLinkPageFit Enumeration

Page-fit type used by PdfLinkPageLocation to describe how the target page is displayed when the link is followed

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public enum PdfLinkPageFit

Members

WholePage0 Display the entire page in the viewport (PDF /Fit destination)
PageWidth1 Fit the page width in the viewport, scrolled to the specified Top position (PDF /FitH destination)
PageHeight2 Fit the page height in the viewport, scrolled to the specified Left position (PDF /FitV destination)
AtCoordinates3 Position the page so that (Left, Top) is at the top-left of the viewport, optionally applying an explicit Zoom factor (PDF /XYZ destination)

See Also