VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocumentLevelActionsExecutor Class / ActionExecutor Property
Syntax Requirements SeeAlso
In This Topic
    ActionExecutor Property (PdfDocumentLevelActionsExecutor)
    In This Topic
    Gets or sets the action executor that is used for executing actions.
    Syntax
    'Declaration
    
    Public Property ActionExecutor As PdfActionExecutorBase
    
    
    public PdfActionExecutorBase ActionExecutor { get; set; }
    
    
    public: __property PdfActionExecutorBase* get_ActionExecutor();
    public: __property void set_ActionExecutor(
    PdfActionExecutorBase* value
    );
    public:
    property PdfActionExecutorBase^ ActionExecutor { PdfActionExecutorBase^ get(); void set(PdfActionExecutorBase^ value); }
    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