VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftImageConverterWebService Class / ConvertImageFileTo(BaseConvertFileToRequestParams,EncoderBase) Method
Syntax Requirements SeeAlso
In This Topic
    ConvertImageFileTo(BaseConvertFileToRequestParams,EncoderBase) Method (VintasoftImageConverterWebService)
    In This Topic
    Starts the asynchronous process that converts image file to the specified format.
    Syntax
    'Declaration
    
    Protected Function ConvertImageFileTo( _
    ByVal requestParams
    The file conversion settings and information about image file.
    As BaseConvertFileToRequestParams, _
    ByVal encoder
    The image encoder, which should be used for encoding the image file.
    As Vintasoft.Imaging.Codecs.Encoders.EncoderBase _
    ) As ConvertToResponseParams
    protected ConvertToResponseParams ConvertImageFileTo(
    BaseConvertFileToRequestParams requestParams,
    Vintasoft.Imaging.Codecs.Encoders.EncoderBase encoder
    )
    protected: ConvertToResponseParams* ConvertImageFileTo(
    BaseConvertFileToRequestParams* requestParams,
    Vintasoft.Imaging.Codecs.Encoders.EncoderBase encoder
    )
    protected:
    ConvertToResponseParams^ ConvertImageFileTo(
    BaseConvertFileToRequestParams^ requestParams,
    Vintasoft.Imaging.Codecs.Encoders.EncoderBase encoder
    )

    Parameters

    requestParams
    The file conversion settings and information about image file.
    encoder
    The image encoder, which should be used for encoding the image file.

    Return Value

    The response that contains the status of image file conversion process.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also