VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftImageConverterApiController Class / ConvertFileToSvg(ConvertFileToSvgRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    ConvertFileToSvg(ConvertFileToSvgRequestParams) Method (VintasoftImageConverterApiController)
    In This Topic
    Starts the asynchronous process that converts an image file to the SVG format.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function ConvertFileToSvg( _
    ByVal requestParams
    Converting settings and information about image file.
    As Vintasoft.Imaging.Web.Services.ConvertFileToSvgRequestParams _
    ) As Vintasoft.Imaging.Web.Services.ConvertToResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Imaging.Web.Services.ConvertToResponseParams ConvertFileToSvg(
    Vintasoft.Imaging.Web.Services.ConvertFileToSvgRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Imaging.Web.Services.ConvertToResponseParams* ConvertFileToSvg(
    Vintasoft.Imaging.Web.Services.ConvertFileToSvgRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Imaging.Web.Services.ConvertToResponseParams^ ConvertFileToSvg(
    Vintasoft.Imaging.Web.Services.ConvertFileToSvgRequestParams^ requestParams
    )

    Parameters

    requestParams
    Converting settings and information about image file.

    Return Value

    The server response, which contains information about file converting process.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6

    See Also