VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPage Class / SetAction(String,PdfAction) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    SetAction(String,PdfAction) Method (PdfPage)
    In This Topic
    Sets the action, which is associated with the specified action property name.
    Syntax
    'Declaration
    
    Public Overrides 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 override void SetAction(
    System.String actionPropertyName,
    PdfAction action
    )
    public: void SetAction(
    System.String actionPropertyName,
    PdfAction* action
    ); override
    public:
    void SetAction(
    System.String actionPropertyName,
    PdfAction^ action
    ); override

    Parameters

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

    Available actions:

    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