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

    Return Value

    Browser Compatibility
    56+
    45+
    11
    See Also