PDFView4NET WinForms Edition
PDFActionType Enumeration




O2S.Components.PDFView4NET.Actions Namespace : PDFActionType Enumeration
Specifies the available types of actions.
Syntax
'Declaration
 
Public Enum PDFActionType 
   Inherits System.Enum
'Usage
 
Dim instance As PDFActionType
public enum PDFActionType : System.Enum 
__value public enum PDFActionType : public System.Enum 
public enum class PDFActionType : public System.Enum 
Members
MemberDescription
GoToGo to action, goes to the specified page in current document.
HideHide action.
LaunchLaunch action.
NamedNamed action.
RemoteGoToRemote Go to action, goes to the specified page in another document.
UnknownUnknown action.
UriUri action, launches a web url in the default browser.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Actions.PDFActionType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

O2S.Components.PDFView4NET.Actions Namespace