'Declaration <HttpPostAttribute()> Public Function CreateDocxDocument( _
ByVal requestParamsRequest, to the server, which contains information about DOCX document.As Vintasoft.Shared.Web.WebRequestParamsBase _
) As Vintasoft.Imaging.Office.Web.Services.CreateDocumentResponseParams
[HttpPost()] public Vintasoft.Imaging.Office.Web.Services.CreateDocumentResponseParams CreateDocxDocument(
Vintasoft.Shared.Web.WebRequestParamsBase requestParams
)
[HttpPost()] public: Vintasoft.Imaging.Office.Web.Services.CreateDocumentResponseParams* CreateDocxDocument(
Vintasoft.Shared.Web.WebRequestParamsBase* requestParams
)
[HttpPost()] public:
Vintasoft.Imaging.Office.Web.Services.CreateDocumentResponseParams^ CreateDocxDocument(
Vintasoft.Shared.Web.WebRequestParamsBase^ requestParams
)
Parameters
- requestParams
- Request, to the server, which contains information about DOCX document.
Return Value
Response, from server, which contains DOCX document name.