PdfLinkPageFit Enumeration
Page-fit type used by
PdfLinkPageLocation to describe
how the target page is displayed when the link is followed
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public enum PdfLinkPageFit
| WholePage | 0 |
Display the entire page in the viewport (PDF /Fit destination)
|
| PageWidth | 1 |
Fit the page width in the viewport, scrolled to the specified
Top position (PDF /FitH destination)
|
| PageHeight | 2 |
Fit the page height in the viewport, scrolled to the specified
Left position (PDF /FitV destination)
|
| AtCoordinates | 3 |
Position the page so that (Left, Top) is at the top-left of the
viewport, optionally applying an explicit Zoom factor
(PDF /XYZ destination)
|