'Declaration Protected Function ConvertFileTo( _
ByVal requestParamsThe file conversion settings and information about image/document file.As BaseConvertFileToRequestParams, _
ByVal encoderThe image/document encoder, which should be used for encoding the image/document file.As Vintasoft.Imaging.Codecs.Encoders.EncoderBase _
) As ConvertToResponseParams
protected ConvertToResponseParams ConvertFileTo(
BaseConvertFileToRequestParams requestParams,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase encoder
)
protected: ConvertToResponseParams* ConvertFileTo(
BaseConvertFileToRequestParams* requestParams,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase encoder
)
protected:
ConvertToResponseParams^ ConvertFileTo(
BaseConvertFileToRequestParams^ requestParams,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase encoder
)
Parameters
- requestParams
- The file conversion settings and information about image/document file.
- encoder
- The image/document encoder, which should be used for encoding the image/document file.
Return Value
The response that contains the status of image file conversion process.