Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
Apitron.PDF.Kit.Interactive.Navigation.DocumentLevelDestination
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
This class represents a destination.
Inheritance Hierarchy
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
The Destination type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() ![]() | Destination(Int32) |
Initializes a new instance of the Destination class. For destinations on external document.
|
![]() ![]() | Destination(String) |
Initializes a new instance of the Destination class. For named destinations.
|
![]() ![]() | Destination(Page) |
Initializes a new instance of the Destination class.
|
![]() ![]() | Destination(Int32, DestinationType) |
Initializes a new instance of the Destination class.
|
![]() ![]() | Destination(Page, DestinationType) |
Initializes a new instance of the Destination class.
|
Properties
Name | Description | |
---|---|---|
![]() | CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) |
![]() | DestinationName |
Gets the name of the destination.
|
![]() | DestinationType |
Gets the type of the destination.
|
![]() | Page |
Gets the page.
|
![]() | PageNumber |
Gets the page number. If the Page is defined then it should be less then zero.
|
![]() | ResourceType |
Gets the resource type.
(Inherited from Resource.) |
See Also