EVO HTML to PDF Converter

ExplicitDestination Class

EVO PDF Client for .NET Core 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_NetCore (in EvoHtmlToPdfClient_NetCore.dll) Version: 9.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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference