VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormFieldJS type / get_FullyQualifiedName Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
get_FullyQualifiedName Method
In This Topic
Gets a fully qualified name of the field.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS(document, name);

var value; // Type: string
value = instance.get_FullyQualifiedName();

Return Value

A fully qualified name of the field.
Remarks

The fully qualified field name is not explicitly defined but is constructed from the partial field names of the field and all of its ancestors. For a field with no parent, the partial and fully qualified names are the same. WebPdfInteractiveFormFieldJS.get_PartialName.

Browser Compatibility
56+
45+
11
See Also