VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocumentLevelActionsExecutor Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfDocumentLevelActionsExecutor Class
    In This Topic
    Provides execution of PDF document actions using the specified action executor.
    Object Model
    IObjectSetListener<T> PdfActionExecutorBase PdfDocumentLevelActionsExecutor
    Syntax
    'Declaration
    
    Public Class PdfDocumentLevelActionsExecutor
    
    
    public class PdfDocumentLevelActionsExecutor
    
    
    public __gc class PdfDocumentLevelActionsExecutor
    
    
    public ref class PdfDocumentLevelActionsExecutor
    
    
    Remarks

    Executor of this class executes:

    • all scripts from JavaScripts when PDF document is opened

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.PdfDocumentLevelActionsExecutor

    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