PDFView4NET WinForms Edition
NamedAction Enumeration




O2S.Components.PDFView4NET.Actions Namespace : NamedAction Enumeration
Specifies the available named actions supported by the viewer.
Syntax
'Declaration
 
Public Enum NamedAction 
   Inherits System.Enum
'Usage
 
Dim instance As NamedAction
public enum NamedAction : System.Enum 
__value public enum NamedAction : public System.Enum 
public enum class NamedAction : public System.Enum 
Members
MemberDescription
FirstPageGo to first page in the document.
LastPageGo to last page in the document.
NextPageGo to next page in the document.
PrevPageGo to previous page in the document.
PrintPrint the document.
Inheritance Hierarchy

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

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