Link Search Menu Expand Document

Destination Class

Represents a destination in the PDF document for links, bookmarks, and other interactive PDF features.
Inheritance Hierarchy
SystemObject
Bytescout.PDFDestination

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class Destination

The Destination type exposes the following members.

Constructors
NameDescription
Public methodDestination(Page)
Initializes a new instance of the Bytescout.PDF.Destination.
Public methodDestination(Page, Single, Boolean)
Initializes a new instance of the Bytescout.PDF.Destination.
Top
Properties
NameDescription
Public propertyHeight
Gets the height of the page area to fit into the window height.
Public propertyLeft
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.
Public propertyPage
Gets the destination page.
Public propertyTop
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.
Public propertyWidth
Gets the width of the page area to fit into the window width.
Public propertyZoom
Gets the zoom percent (magnification level) of the page to be displayed in the view.
Public propertyZoomMode
Gets the zoom type of the page to be displayed in the view.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetFitBounding
Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitBounding.
Public methodSetFitBoundingHorizontal
Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitBoundingHorizontal.
Public methodSetFitBoundingVertical
Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitBoundingVertical.
Public methodSetFitHorizontal
Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitHorizontal.
Public methodSetFitPage
Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitPage.
Public methodSetFitRectangle
Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitRectangle.
Public methodSetFitVertical
Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitVertical.
Public methodSetFitXYZ
Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitXYZ.
Public methodToString
Returns a System.String that represents the current System.Object.
(Overrides ObjectToString.)
Top
See Also

Reference