Apitron.PDF.Kit.Interactive.Actions Namespace

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This namespace contains classes for PDF actions processing.
Classes

  ClassDescription
Public classAction
This class represents an abstract action.
Public classEmbeddedGoToAction
This class represents an embedded go-to action.
Public classEmbeddedGoToActionTarget
This class represents a target of the embeded go-to action
Public classGoToAction
This class represents a go to action.
Public classHideAction
This class represents a hide action (PDF 1.2) hides or shows one or more annotations on the screen by setting or clearing their Hidden flags. This type of action can be used in combination with appearance streams and trigger events to display pop-up help information on the screen.
Public classImportDataAction
This class represents an import data action.
Public classJavaScriptAction
A JavaScript action causes a script to be compiled and executed by the JavaScript interpreter. Depending on the nature of the script, various interactive form fields in the document may update their values or change their visual appearances.
Public classLaunchAction
This class represents a launch action launches an application or opens or prints a document.
Public classNamedAction
This class represents a PDF named action.
Public classRemoteGoToAction
This class represents a remote go to action.
Public classResetFormAction
This class represents a reset forn action.
Public classSubmitFormAction
This class represents a submit form action.
Public classThreadAction
This class represents a PDF thread action. A thread action jumps to a specified bead on an article thread, in either the current document or a different one.
Public classThreadActionTarget
This class represents a thrad action target.
Public classURIAction
This class represents a uniform resource identifier (URI) is a string that identifies (resolves to) a resource on the Internet—typically a file that is the destination of a hypertext link, although it may also resolve to a query or other entity. (URIs are described in Internet RFC 2396, Uniform Resource Identifiers (URI): Generic Syntax; see the Bibliography.) A URI action causes a URI to be resolved.
Interfaces

  InterfaceDescription
Public interfaceIAction
This interface represents an action.
Enumerations

  EnumerationDescription
Public enumerationActionType
This enum represenrts the list of allowed action types.
Public enumerationNamedActions
This enum lists several named actions that conforming readers shall support; further names may be added in the future.
Public enumerationSubmitFormFlags
Flags for submit-form actions.