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.
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS(document, name); var value; // Type: string value = instance.get_PartialName();
function get_PartialName() : string;
For a field with no parent, the partial and fully qualified names are the same.