PdfActionType Enumeration |
Namespace: SautinSoft.Pdf.ActionsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntaxpublic enum PdfActionType
Public Enumeration PdfActionType
MembersMember name | Value | Description |
---|
Unknown | 0 |
Action is unknown and currently not supported.
|
GoToPageView | 1 |
Action is a PdfGoToPageViewAction that goes to a destination in the current document. See 12.6.4.2, "Go-To Actions".
|
OpenFile | 2 |
Action is a PdfOpenFileAction that launches an application, usually to open a file. See 12.6.4.5, "Launch Actions".
|
ReadArticle | 3 |
Action that begins reading an article thread. See 12.6.4.6, "Thread Actions".
|
OpenWebLink | 4 |
Action is a PdfOpenWebLinkAction that resolves a uniform resource identifier. See 12.6.4.7, "URI Actions".
|
PlaySound | 5 | (PDF 1.2; deprecated in PDF 2.0) Action that plays a sound. See 12.6.4.8, "Sound Actions".
|
ShowHideField | 6 | (PDF 1.2) Action that sets an annotation's Hidden flag. See 12.6.4.10, "Hide Actions".
|
ExecuteMenuItem | 7 | (PDF 1.2) Action that executes a predefined action. See 12.6.4.11, "Named Actions".
|
SubmitForm | 8 | (PDF 1.2) Action is a PdfSubmitFormAction that sends data to a uniform resource locator. See 12.7.5.2, "Submit-Form Action".
|
ResetForm | 9 | (PDF 1.2) Action is a PdfResetFormAction that sets fields to their default values. See 12.7.5.3, "Reset-Form Action".
|
ImportFormData | 10 | (PDF 1.2) Action is a PdfImportFormDataAction that imports field values from a file. See 12.7.5.4, "Import-Data Action".
|
SetLayerVisibility | 11 | (PDF 1.5) Action that sets the states of optional content groups. See 12.6.4.12, "Set-OCG-State Actions".
|
GoTo3DView | 12 | (PDF 1.6) Action that sets the current view of a 3D annotation. See 12.6.4.15, "Go-To-3D-View Actions".
|
RunJavaScript | 13 | (PDF 1.3) Action that executes a JavaScript script. See 12.6.4.16, "JavaScript Actions".
|
MultimediaOperation | 14 | (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