Click or drag to resize

ExplicitDestination Class

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

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.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, PointF)
Constructs a destination to the specified location in the specified page
Public methodExplicitDestination(PdfPage, PointF, 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 or sets the destination page.
Public propertyPoint
Gets or sets 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
See Also