Destination Constructor (Page, Single, Boolean)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Initializes a new instance of the Bytescout.PDF.Destination.
Namespace:Bytescout.PDFAssembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
Parameters
- page
- Type: Bytescout.PDFPage
The destination page. - top
- Type: SystemSingle
The vertical coordinate of the page that should be positioned at the top edge of the window when the page is displayed. - fixAdobeRotatedPagesIssue (Optional)
- Type: SystemBoolean
If the destination points to a rotated page (see RotationAngle) Adobe Reader jumps to incorrect position. This parameter fixes the issue (its is true be default), but has a side effect: Chromium-based web browsers (used as a PDF viewer) may misinterpret such fixed destination. Set the parameter to false to revert the behavior.
See Also