'Declaration Public Enum PdfActionType Inherits System.Enum
public enum PdfActionType : System.Enum
__value public enum PdfActionType : public System.Enum
public enum class PdfActionType : public System.Enum
'Declaration Public Enum PdfActionType Inherits System.Enum
public enum PdfActionType : System.Enum
__value public enum PdfActionType : public System.Enum
public enum class PdfActionType : public System.Enum
Member | Description |
---|---|
Unsupported | Unsupported. |
GoTo | Go to a destination in the current document. |
Launch | Launch an application, usually to open a file. |
URI | Resolve a uniform resource identifier. |
SubmitForm | (PDF 1.2) Send data to a Uniform Resource Locator. |
ResetForm | (PDF 1.2) Set fields to their default values. |
ImportData | (PDF 1.2) Import field values from a file. |
JavaScript | (PDF 1.3) Execute a JavaScript script. |
Hide | (PDF 1.2) Set an annotation's Hidden flag. |
GoToR | ("Go-to remote") Go to a destination in another document. |
GoToE | ("Go-to embedded"; PDF 1.6) Go to a destination in an embedded file. |
Thread | Begin reading an article thread. |
Sound | (PDF 1.2) Play a sound. |
Movie | (PDF 1.2) Play a movie. |
Named | (PDF 1.2) Execute an action predefined by the viewer application. |
SetOCGState | (PDF 1.5) Set the states of optional content groups. |
Rendition | (PDF 1.5) Controls the playing of multimedia content. |
Trans | (PDF 1.5) Updates the display of a document, using a transition dictionary. |
GoTo3DView | (PDF 1.6) Set the current view of a 3D annotation. |
SetState | (PDF 1.2, deprecated in PDF 1.4) Set-state action. |
NOP | (PDF 1.2, deprecated in PDF 1.4) No-op action. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Pdf.Tree.PdfActionType
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5