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