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