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

    Parameters

    requestParams
    Converting settings and information about image/document file.

    Return Value

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

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

    See Also