'Declaration <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")> Public Function DocumentEditorProcessRequest( _
ByVal requestParamsRequest, to the server, which contains request data.As Vintasoft.Imaging.Office.Web.Services.DocumentEditorRequestParams _
) As Vintasoft.Imaging.Office.Web.Services.DocumentEditorResponseParams
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public Vintasoft.Imaging.Office.Web.Services.DocumentEditorResponseParams DocumentEditorProcessRequest(
Vintasoft.Imaging.Office.Web.Services.DocumentEditorRequestParams requestParams
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public: Vintasoft.Imaging.Office.Web.Services.DocumentEditorResponseParams* DocumentEditorProcessRequest(
Vintasoft.Imaging.Office.Web.Services.DocumentEditorRequestParams* requestParams
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public:
Vintasoft.Imaging.Office.Web.Services.DocumentEditorResponseParams^ DocumentEditorProcessRequest(
Vintasoft.Imaging.Office.Web.Services.DocumentEditorRequestParams^ requestParams
)
Parameters
- requestParams
- Request, to the server, which contains request data.
Return Value
Response, from server, which contains response data.