In This Topic
GdPicture14 Namespace / PdfActionNamed Enumeration

PdfActionNamed Enumeration

In This Topic
Named actions, that PDF viewer applications are expected to support.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum PdfActionNamed 
   Inherits System.Enum
[ComVisible(true)]
public enum PdfActionNamed : System.Enum 
public enum PdfActionNamed = class(System.Enum)
ComVisibleAttribute()
public enum PdfActionNamed extends System.Enum
[ComVisible(true)]
__value public enum PdfActionNamed : public System.Enum 
[ComVisible(true)]
public enum class PdfActionNamed : public System.Enum 
Members
MemberValueDescription
ActionNamedFirstPage2Go to the first page of the document.
ActionNamedLastPage3Go to the last page of the document.
ActionNamedNextPage0Go to the next page of the document.
ActionNamedPrevPage1Go to the previous page of the document.
ActionNamedUndefined-1Undefined action.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PdfActionNamed

See Also