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

    Return Value

    A partial name of the field.
    Remarks

    For a field with no parent, the partial and fully qualified names are the same.

    Browser Compatibility
    56+
    45+
    11
    See Also