VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsDoc Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfJsDoc Class
    In This Topic
    JavaScript "Doc" object that provides the interface between a PDF document, which is opened in the viewer, and the JavaScript interpreter.
    Object Model
    PdfDocument PdfJsApp PdfJsDoc
    Syntax
    'Declaration
    
    Public Class PdfJsDoc
       Inherits PdfJsObject
    
    
    public class PdfJsDoc : PdfJsObject
    
    
    public __gc class PdfJsDoc : public PdfJsObject*
    
    
    public ref class PdfJsDoc : public PdfJsObject^
    
    
    Inheritance Hierarchy

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

    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