VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfTreeNodeBase Class / GetAction(String) Method
Syntax Requirements SeeAlso
In This Topic
GetAction(String) Method (PdfTreeNodeBase)
In This Topic
Returns the action, which is associated with the specified action property name.
Syntax
'Declaration

Public Overridable Function GetAction( _
ByVal actionPropertyName
Name of the action property.
As System.String _
) As PdfAction
public virtual PdfAction GetAction(
System.String actionPropertyName
)

Parameters

actionPropertyName
Name of the action property.

Return Value

The action, which is associated with the specified action property name.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also