PdfLinkPageFit Enumeration

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

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
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