XFINIUM.PDF Documentation
PdfActionName Enumeration



Predefined actions expected to be supported by any PDF viewers.
Syntax
public enum PdfActionName : System.Enum 
public enum class PdfActionName : public System.Enum 
'Declaration
 
Public Enum PdfActionName 
   Inherits System.Enum
 
'Usage
 
Dim instance As PdfActionName
Members
MemberDescription
FirstPage Go to first page in the document.
LastPage Go to last page in the document.
NextPage Go to next page in the document.
PrevPage Go to previous page in the document.
Print Print the document.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.Actions.PdfActionName

Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Xfinium.Pdf.Actions Namespace

Send Feedback