Destination Class
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
Represents a destination in the PDF document for links, bookmarks, and other interactive PDF features.
Inheritance Hierarchy
Bytescout.PDFDestination
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The Destination type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Destination(Page) | Initializes a new instance of the Bytescout.PDF.Destination. |
![]() | Destination(Page, Single, Boolean) | Initializes a new instance of the Bytescout.PDF.Destination. |
Properties
Name | Description | |
---|---|---|
![]() | Height | Gets the height of the page area to fit into the window height. |
![]() | Left | Gets the x-coordinate of the upper-left corner of the page to be positioned at the upper-left corner of the window when this view gets displayed. |
![]() | Page | Gets the destination page. |
![]() | Top | Gets the y-coordinate of the upper-left corner of the page to be positioned at the upper-left corner of the window when this view gets displayed. |
![]() | Width | Gets the width of the page area to fit into the window width. |
![]() | Zoom | Gets the zoom percent (magnification level) of the page to be displayed in the view. |
![]() | ZoomMode | Gets the zoom type of the page to be displayed in the view. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetFitBounding | Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitBounding. |
![]() | SetFitBoundingHorizontal | Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitBoundingHorizontal. |
![]() | SetFitBoundingVertical | Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitBoundingVertical. |
![]() | SetFitHorizontal | Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitHorizontal. |
![]() | SetFitPage | Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitPage. |
![]() | SetFitRectangle | Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitRectangle. |
![]() | SetFitVertical | Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitVertical. |
![]() | SetFitXYZ | Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitXYZ. |
![]() | ToString | Returns a System.String that represents the current System.Object. (Overrides ObjectToString.) |
See Also