VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfActionCompositeExecutorJS type / get_Items Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Items Method
    In This Topic
    Gets the action executors of this composite action executor.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfActionCompositeExecutorJS(items);
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfActionExecutorBaseJS
    value = instance.get_Items();
    
    
    function get_Items() : WebPdfActionExecutorBaseJS;
    

    Return Value

    Array of WebPdfActionExecutorBaseJS objects.
    Browser Compatibility
    56+
    45+
    11
    See Also