Click or drag to resize

PdfActionType Enumeration

Represents types of the PdfActions.

Namespace: SautinSoft.Pdf.Actions
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public enum PdfActionType
Members
Member nameValueDescription
Unknown0 Action is unknown and currently not supported.
GoToPageView1 Action is a PdfGoToPageViewAction that goes to a destination in the current document. See 12.6.4.2, "Go-To Actions".
OpenFile2 Action is a PdfOpenFileAction that launches an application, usually to open a file. See 12.6.4.5, "Launch Actions".
ReadArticle3 Action that begins reading an article thread. See 12.6.4.6, "Thread Actions".
OpenWebLink4 Action is a PdfOpenWebLinkAction that resolves a uniform resource identifier. See 12.6.4.7, "URI Actions".
PlaySound5(PDF 1.2; deprecated in PDF 2.0) Action that plays a sound. See 12.6.4.8, "Sound Actions".
ShowHideField6(PDF 1.2) Action that sets an annotation's Hidden flag. See 12.6.4.10, "Hide Actions".
ExecuteMenuItem7(PDF 1.2) Action that executes a predefined action. See 12.6.4.11, "Named Actions".
SubmitForm8(PDF 1.2) Action is a PdfSubmitFormAction that sends data to a uniform resource locator. See 12.7.5.2, "Submit-Form Action".
ResetForm9(PDF 1.2) Action is a PdfResetFormAction that sets fields to their default values. See 12.7.5.3, "Reset-Form Action".
ImportFormData10(PDF 1.2) Action is a PdfImportFormDataAction that imports field values from a file. See 12.7.5.4, "Import-Data Action".
SetLayerVisibility11(PDF 1.5) Action that sets the states of optional content groups. See 12.6.4.12, "Set-OCG-State Actions".
GoTo3DView12(PDF 1.6) Action that sets the current view of a 3D annotation. See 12.6.4.15, "Go-To-3D-View Actions".
RunJavaScript13(PDF 1.3) Action that executes a JavaScript script. See 12.6.4.16, "JavaScript Actions".
MultimediaOperation14(PDF 2.0; RichMedia annotation only) Action that specifies a command to be sent to the annotation's handler. See http://www.adobe.com/content/dam/acom/en/devnet/pdf/PDF32000_2008.pdf#page=.
See Also