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