// Parameters var document; // Type: WebPdfDocumentJS var name; // Type: string var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS(document, name);
function WebPdfInteractiveFormFieldJS(
documentWebPdfDocumentJS object.: WebPdfDocumentJS,
nameA partial name of the field.: string
) : WebPdfInteractiveFormFieldJS;
Parameters
- document
- WebPdfDocumentJS object.
- name
- A partial name of the field.