VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI Namespace / WebPdfDocumentEditorControlJS type / get_OpenedPdfDocuments Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_OpenedPdfDocuments Method
    In This Topic
    Gets opened PDF documents.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.WebPdfDocumentEditorControlJS(settings);
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfDocumentJS[]
    value = instance.get_OpenedPdfDocuments();
    
    
    function get_OpenedPdfDocuments() : WebPdfDocumentJS[];
    

    Return Value

    The array, that contains opened PDF documents.
    Browser Compatibility
    56+
    45+
    11
    See Also