XFINIUM.PDF Documentation
CreateAction Method



The action represented as a cos dictionary.
Creates a PDF action from a cos dictionary.
Syntax
'Declaration
 
Public Shared Function CreateAction( _
   ByVal cosAction As PdfCosDictionary _
) As PdfAction
'Usage
 
Dim cosAction As PdfCosDictionary
Dim value As PdfAction
 
value = PdfAction.CreateAction(cosAction)
public static PdfAction CreateAction( 
   PdfCosDictionary cosAction
)
public:
static PdfAction^ CreateAction( 
   PdfCosDictionary^ cosAction
) 

Parameters

cosAction
The action represented as a cos dictionary.

Return Value

A PdfAction descendant if the action is recognized, otherwise null.
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

PdfAction Class
PdfAction Members

Send Feedback