get_FullyQualifiedName Method
Gets a fully qualified name of the field.
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS(document, name);
var value; // Type: string
value = instance.get_FullyQualifiedName();
function get_FullyQualifiedName() : string;
Return Value
A fully qualified name of the field.
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.