VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftFileConverterApiController Class / AbortFileConversion(GetFileConversionStatusRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    AbortFileConversion(GetFileConversionStatusRequestParams) Method (VintasoftFileConverterApiController)
    In This Topic
    Aborts process that converts an image/document file.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function AbortFileConversion( _
    ByVal requestParams
    Information about process ID.
    As Vintasoft.Imaging.Web.Services.GetFileConversionStatusRequestParams _
    ) As Vintasoft.Shared.Web.WebResponseParamsBase
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Shared.Web.WebResponseParamsBase AbortFileConversion(
    Vintasoft.Imaging.Web.Services.GetFileConversionStatusRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Shared.Web.WebResponseParamsBase* AbortFileConversion(
    Vintasoft.Imaging.Web.Services.GetFileConversionStatusRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Shared.Web.WebResponseParamsBase^ AbortFileConversion(
    Vintasoft.Imaging.Web.Services.GetFileConversionStatusRequestParams^ requestParams
    )

    Parameters

    requestParams
    Information about process ID.

    Return Value

    The server response, which stores information whether the file conversion process was aborted.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6

    See Also