EVO HTML to PDF Converter

ExplicitDestination Class

EVO PDF Client for Universal Windows Platform Documentation
Represents a destination in the PDF document for links, bookmarks and other interactive PDF features.
Inheritance Hierarchy

SystemObject
  EvoPdf.HtmlToPdfClientExplicitDestination

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_UWP (in EvoHtmlToPdfClient_UWP.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public class ExplicitDestination

The ExplicitDestination type exposes the following members.

Constructors

  NameDescription
Public methodExplicitDestination(PdfPage)
Constructs a destination to the specified page
Public methodExplicitDestination(PdfPage, PointFloat)
Constructs a destination to the specified location in the specified page
Public methodExplicitDestination(PdfPage, PointFloat, DestinationViewMode)
Constructs a destination to the specified location in the specified page and with the specified view mode of the destination page
Top
Properties

  NameDescription
Public propertyDestPage
Gets the destination page.
Public propertyPoint
Gets the destination point in destination page.
Public propertyViewMode
Gets or sets the view mode of the destination page.
Public propertyZoomPercentage
Gets or sets the zoom percentage of the destination page when viewed in the viewer and the view mode is XYZ (for example a 100 value will not zoom the page).
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 methodToString (Inherited from Object.)
Top
See Also

Reference