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