VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentVisualEditor Class / ExecuteContentAction Methods / ExecuteContentAction(DocumentContentEditorToolAction,Object) Method
Syntax Requirements SeeAlso
In This Topic
    ExecuteContentAction(DocumentContentEditorToolAction,Object) Method (DocumentVisualEditor)
    In This Topic
    Executes the specified content action.
    Syntax
    'Declaration
    
    Public Overloads Function ExecuteContentAction( _
    ByVal action
    The action, which must be executed.
    As DocumentContentEditorToolAction, _
    ByVal argument
    The action argument (text to add).
    As System.Object _
    ) As Boolean
    public bool ExecuteContentAction(
    DocumentContentEditorToolAction action,
    System.Object argument
    )
    public: bool ExecuteContentAction(
    DocumentContentEditorToolAction action,
    System.Object argument
    )
    public:
    bool ExecuteContentAction(
    DocumentContentEditorToolAction action,
    System.Object argument
    )

    Parameters

    action
    The action, which must be executed.
    argument
    The action argument (text to add).

    Return Value

    True if specified action is executed successfully; otherwise, false.
    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