VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsApp Class / GetDoc(PdfDocument) Method
Syntax Requirements SeeAlso
In This Topic
    GetDoc(PdfDocument) Method (PdfJsApp)
    In This Topic
    Returns the PdfJsDoc object associated with the specified PDF document.
    Syntax
    'Declaration
    
    Public Overridable Function GetDoc( _
    ByVal document
    The PDF document.
    As Vintasoft.Imaging.Pdf.PdfDocument _
    ) As PdfJsDoc

    Parameters

    document
    The PDF document.

    Return Value

    The PdfJsDoc object associated with the specified PDF document.
    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