VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfActionExecutor Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfActionExecutor Class
    In This Topic
    Defines the action executor that executes actions, i.e. executor executes Execute method.
    Object Model
    PdfActionExecutor
    Syntax
    'Declaration
    
    Public Class PdfActionExecutor
       Inherits PdfActionExecutorBase
    
    
    public class PdfActionExecutor : PdfActionExecutorBase
    
    
    public __gc class PdfActionExecutor : public PdfActionExecutorBase*
    
    
    public ref class PdfActionExecutor : public PdfActionExecutorBase^
    
    
    Remarks

    This executor can execute next actions:

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.PdfActionExecutorBase
          Vintasoft.Imaging.Pdf.PdfActionExecutor

    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