EmbeddedGoToAction Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an embedded go-to action.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.Interactive.ActionsAction
        Apitron.PDF.Kit.Interactive.ActionsEmbeddedGoToAction

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

public sealed class EmbeddedGoToAction : Action

The EmbeddedGoToAction type exposes the following members.

Constructors

  NameDescription
Public methodEmbeddedGoToAction(Destination, EmbeddedGoToActionTarget)
Initializes a new instance of the EmbeddedGoToAction class.
Public methodEmbeddedGoToAction(Destination, FileSpecification, EmbeddedGoToActionTarget)
Initializes a new instance of the EmbeddedGoToAction class.
Top
Properties

  NameDescription
Public propertyActionType
Gets the type of the action.
(Inherited from Action.)
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyDestination
Gets The destination in the target to jump to.
Public propertyNewWindow
Gets or sets a value indicating whether to open destination in a new window. If true, the destination document should be opened in a new window; if false, the destination document should replace the current document in the same window. If this entry is absent, the conforming reader should act according to its preference.
Public propertyNext
The next action or sequence of actions that shall be performed after the action represented by this instance.
(Inherited from Action.)
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyRootDocument
Gets The root document of the target relative to the root document of the source. If this entry is absent, the source and target share the same root document.
Public propertyTarget
Gets A target dictionary specifying path information to the target document. Each target dictionary specifies one element in the full path to the target and may have nested target dictionaries specifying additional elements.
Top
See Also

Reference