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