Click or drag to resize

Spire.Pdf.Actions Namespace

Classes
Class Description
Public class PdfAction
Represents base class for all action types.
Public class PdfActionCollection
Represents collection of actions.
Public class PdfAnnotationActions
Represents additional actions of the annotations.
Public class PdfDocumentActions
Represents an action for the document.
Public class PdfEmbeddedGoToAction
Represents an embedded go-to action which allows jumping to or from a PDF file that is embedded in another PDF file.
Public class PdfFieldActions
Represents actions to be performed as response to field events.
Public class PdfFormAction
Represents the form action base class.
Public class PdfGoToAction
Represents an action which goes to a destination in the current document.
Public class PdfGotoNameAction
Represents an action which goes to a name destination in the current document.
Public class PdfHideAction
Represents an action which performs hide action in pdf document.
Public class PdfJavaScript
The Adobe Built-in JavaScript
Public class PdfJavaScriptAction
Represents an action which performs java script action in pdf document.
Public class PdfLaunchAction
Represents an action which launches an application or opens or prints a document.
Public class PdfNamedAction
Represents an action which perfoms the named action.
Public class PdfResetAction
Represents Pdf form's reset action.
Public class PdfSoundAction
Represents the sound action.
Public class PdfSubmitAction
Represents Pdf form's submit action.
Public class PdfUriAction
Represents an action which resolves unique resource identifier.
Enumerations
Enumeration Description
Public enumeration PdfActionDestination
Specifies the available named actions supported by the viewer.
Public enumeration PdfFilePathType
Specifies the file path type.
Public enumeration PdfSubmitFormFlags
Specifies the available data formats for submitting the form data.