VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentCatalog Class / GetAction(String) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    GetAction(String) Method (PdfDocumentCatalog)
    In This Topic
    Returns the action, which is associated with the specified action property name.
    Syntax
    'Declaration
    
    Public Overrides Function GetAction( _
    ByVal actionPropertyName
    Name of the action property.
    As System.String _
    ) As PdfAction
    public override PdfAction GetAction(
    System.String actionPropertyName
    )
    public: PdfAction* GetAction(
    System.String actionPropertyName
    ); override
    public:
    PdfAction^ GetAction(
    System.String actionPropertyName
    ); override

    Parameters

    actionPropertyName
    Name of the action property.

    Return Value

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

    Available actions:

    Requirements

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

    See Also