'Declaration
Public Enum PdfActionName Inherits System.Enum
'Usage
Dim instance As PdfActionName
public enum PdfActionName : System.Enum
public enum class PdfActionName : public System.Enum
'Declaration
Public Enum PdfActionName Inherits System.Enum
'Usage
Dim instance As PdfActionName
public enum PdfActionName : System.Enum
public enum class PdfActionName : public System.Enum
Member | Description |
---|---|
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 the document. |
System.Object
System.ValueType
System.Enum
Xfinium.Pdf.Actions.PdfActionName
Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard