'Declaration <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")> Public Overridable Function UpdatePdfDocumentInteractiveForm( _
ByVal requestParamsInformation about PDF document and PDF document interactive form.As Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormRequestParams _
) As Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFormResponseParams
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public virtual Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFormResponseParams UpdatePdfDocumentInteractiveForm(
Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormRequestParams requestParams
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public: virtual Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFormResponseParams* UpdatePdfDocumentInteractiveForm(
Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormRequestParams* requestParams
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public:
virtual Vintasoft.Imaging.Pdf.Web.Services.UpdateInteractiveFormResponseParams^ UpdatePdfDocumentInteractiveForm(
Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentInteractiveFormRequestParams^ requestParams
)
Parameters
- requestParams
- Information about PDF document and PDF document interactive form.
Return Value
Response from the server, which contains information about changed PDF interactive form fields.