VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfTreeNodeBase Class / SetAction(String,PdfAction) Method
Syntax Requirements SeeAlso
In This Topic
    SetAction(String,PdfAction) Method (PdfTreeNodeBase)
    In This Topic
    Sets the action, which is associated with the specified action property name.
    Syntax
    'Declaration
    
    Public Overridable Sub SetAction( _
    ByVal actionPropertyName
    Name of the action property.
    As System.String, _
    ByVal action
    The action, which is associated with the specified action property name.
    As PdfAction _
    )
    public virtual void SetAction(
    System.String actionPropertyName,
    PdfAction action
    )
    public: virtual void SetAction(
    System.String actionPropertyName,
    PdfAction* action
    )
    public:
    virtual void SetAction(
    System.String actionPropertyName,
    PdfAction^ action
    )

    Parameters

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

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

    See Also