VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsConsole Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfJsConsole Class
    In This Topic
    Represents the "console" static JavaScript object that enables access to the JavaScript console for executing JavaScript and displaying debug messages.
    Object Model
    PdfJsConsole
    Syntax
    'Declaration
    
    Public Class PdfJsConsole
       Inherits PdfJsObject
    
    
    public class PdfJsConsole : PdfJsObject
    
    
    public __gc class PdfJsConsole : public PdfJsObject*
    
    
    public ref class PdfJsConsole : public PdfJsObject^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsObject
          Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsConsole

    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