'Declaration Protected Overridable Function ConvertFileToSvg( _
ByVal requestParamsThe file conversion settings and information about image file.As Vintasoft.Imaging.Web.Services.ConvertFileToSvgRequestParams _
) As Vintasoft.Imaging.Web.Services.ConvertToResponseParams
protected virtual Vintasoft.Imaging.Web.Services.ConvertToResponseParams ConvertFileToSvg(
Vintasoft.Imaging.Web.Services.ConvertFileToSvgRequestParams requestParams
)
protected: virtual Vintasoft.Imaging.Web.Services.ConvertToResponseParams* ConvertFileToSvg(
Vintasoft.Imaging.Web.Services.ConvertFileToSvgRequestParams* requestParams
)
protected:
virtual Vintasoft.Imaging.Web.Services.ConvertToResponseParams^ ConvertFileToSvg(
Vintasoft.Imaging.Web.Services.ConvertFileToSvgRequestParams^ requestParams
)
Parameters
- requestParams
- The file conversion settings and information about image file.
Return Value
The server response, which contains information about file conversion process.