'Declaration <HttpPostAttribute()> 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()] public Vintasoft.Imaging.Office.Web.Services.DocumentEditorResponseParams DocumentEditorProcessRequest(
Vintasoft.Imaging.Office.Web.Services.DocumentEditorRequestParams requestParams
)
[HttpPost()] public: Vintasoft.Imaging.Office.Web.Services.DocumentEditorResponseParams* DocumentEditorProcessRequest(
Vintasoft.Imaging.Office.Web.Services.DocumentEditorRequestParams* requestParams
)
[HttpPost()] 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.