VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormFieldJS type / get_Kids Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    get_Kids Method
    In This Topic
    Gets a list of immediate children of the field.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS(document, name);
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS[]
    value = instance.get_Kids();
    
    
    function get_Kids() : WebPdfInteractiveFormFieldJS[];
    

    Return Value

    Array of WebPdfInteractiveFormFieldJS objects OR null;
    Remarks

    This property is available only if WebPdfInteractiveFormFieldJS.get_IsTerminalField is false.

    Browser Compatibility
    56+
    45+
    11
    See Also