RemoteGoToAction Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a remote 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.ActionsRemoteGoToAction

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 RemoteGoToAction : Action

The RemoteGoToAction type exposes the following members.

Constructors

  NameDescription
Public methodRemoteGoToAction(Int32, FileSpecification)
Initializes a new instance of the RemoteGoToAction class.
Public methodRemoteGoToAction(String, FileSpecification)
Initializes a new instance of the RemoteGoToAction class.
Public methodRemoteGoToAction(Destination, FileSpecification)
Initializes a new instance of the Action 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.
Public propertyFileSpecification
Gets the file specification.
Public propertyNewWindow
Gets or sets a flag specifying whether to open the destination document in a new window. If this flag is false, the destination document replaces the current document in the same window. If this entry is absent, the conforming reader should behave in accordance with 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.)
Top
See Also

Reference