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

    Parameters

    value
    A partial name of the field.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if value contains a dot (".") character. WebPdfInteractiveFormFieldJS.get_FullyQualifiedName.
    Remarks

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

    Browser Compatibility
    56+
    45+
    11
    See Also