VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfActionType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfActionType Enumeration
    In This Topic
    Specifies available types of PDF actions.
    Syntax
    '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
    
    
    Members
    MemberDescription
    UnsupportedUnsupported.
    GoToGo to a destination in the current document.
    LaunchLaunch an application, usually to open a file.
    URIResolve 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.
    ThreadBegin 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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Tree.PdfActionType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also