var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS(document, name); var value; // Type: string value = instance.get_Type();
function get_Type() : string;
Return Value
The type of the field.
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS(document, name); var value; // Type: string value = instance.get_Type();
function get_Type() : string;