Destination Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a destination.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.Interactive.Navigation.DocumentLevelDestination

Namespace:  Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class Destination : UndefinedResource

The Destination type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleDestination(Int32)
Initializes a new instance of the Destination class. For destinations on external document.
Public methodCode exampleDestination(String)
Initializes a new instance of the Destination class. For named destinations.
Public methodCode exampleDestination(Page)
Initializes a new instance of the Destination class.
Public methodCode exampleDestination(Int32, DestinationType)
Initializes a new instance of the Destination class.
Public methodCode exampleDestination(Page, DestinationType)
Initializes a new instance of the Destination class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyDestinationName
Gets the name of the destination.
Public propertyDestinationType
Gets the type of the destination.
Public propertyPage
Gets the page.
Public propertyPageNumber
Gets the page number. If the Page is defined then it should be less then zero.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference