VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsApp Class / activeDocs Property
Syntax Requirements SeeAlso
In This Topic
    activeDocs Property (PdfJsApp)
    In This Topic
    Gets an array containing the Doc object for each active document.
    Syntax
    'Declaration
    
    Public ReadOnly Property activeDocs As PdfJsArray(Of T)
    
    
    public PdfJsArray<T> activeDocs { get; }
    
    
    public: __property PdfJsArray<T*>* get_activeDocs();
    
    
    
    public:
    property PdfJsArray<T^>^ activeDocs { PdfJsArray<T^>^ get(); }
    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