EmbeddedGoToActionTarget Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a target of the embeded go-to action
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.Interactive.ActionsEmbeddedGoToActionTarget

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 EmbeddedGoToActionTarget : UndefinedResource

The EmbeddedGoToActionTarget type exposes the following members.

Constructors

  NameDescription
Public methodEmbeddedGoToActionTarget
Initializes a new instance of the Object class.
Public methodEmbeddedGoToActionTarget(String)
Initializes a new instance of the Object class.
Public methodEmbeddedGoToActionTarget(EmbeddedGoToActionTarget)
Initializes a new instance of the EmbeddedGoToActionTarget class.
Public methodEmbeddedGoToActionTarget(String, EmbeddedGoToActionTarget)
Initializes a new instance of the Object class.
Top
Properties

  NameDescription
Public propertyAdditionalPathInformation
Gets or sets a target dictionary specifying additional path information to the target document. If this entry is absent, the current document is the target file containing the destination.
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyEmbeddedFileName
Gets or sets the name of the embedded file.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyTargetIsParent
Gets or sets a value indicating whether target is parent of the current document.
Top
See Also

Reference