'Declaration <HttpPostAttribute()> Public Overridable Function ConvertFileToBmp( _
ByVal requestParamsConverting settings and information about image file.As Vintasoft.Imaging.Web.Services.ConvertFileToBmpRequestParams _
) As Vintasoft.Imaging.Web.Services.ConvertToResponseParams
[HttpPost()] public virtual Vintasoft.Imaging.Web.Services.ConvertToResponseParams ConvertFileToBmp(
Vintasoft.Imaging.Web.Services.ConvertFileToBmpRequestParams requestParams
)
[HttpPost()] public: virtual Vintasoft.Imaging.Web.Services.ConvertToResponseParams* ConvertFileToBmp(
Vintasoft.Imaging.Web.Services.ConvertFileToBmpRequestParams* requestParams
)
[HttpPost()] public:
virtual Vintasoft.Imaging.Web.Services.ConvertToResponseParams^ ConvertFileToBmp(
Vintasoft.Imaging.Web.Services.ConvertFileToBmpRequestParams^ requestParams
)
Parameters
- requestParams
- Converting settings and information about image file.
Return Value
The server response, which contains information about file converting process.