VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.AspNetCore.ApiControllers Namespace / VintasoftImageProcessingDocCleanupApiController Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    VintasoftImageProcessingDocCleanupApiController Class
    In This Topic
    An ASP.NET Core API controller that handles HTTP requests from clients and allows to process a document image.
    Object Model
    VintasoftImageProcessingDocCleanupApiController
    Syntax
    'Declaration
    
    <ApiControllerAttribute()>
    <RouteAttribute("Template = vintasoft/api/[controller]/[action]", "Order = 0", "Name = null")>
    <ControllerAttribute()>
    Public Class VintasoftImageProcessingDocCleanupApiController
       Inherits Microsoft.AspNetCore.Mvc.ControllerBase
    
    
    [ApiController()]
    [Route("Template = vintasoft/api/[controller]/[action]", "Order = 0", "Name = null")]
    [Controller()]
    public class VintasoftImageProcessingDocCleanupApiController : Microsoft.AspNetCore.Mvc.ControllerBase
    
    
    [ApiController()]
    [Route("Template = vintasoft/api/[controller]/[action]", "Order = 0", "Name = null")]
    [Controller()]
    public __gc class VintasoftImageProcessingDocCleanupApiController : public Microsoft.AspNetCore.Mvc.ControllerBase*
    
    
    [ApiController()]
    [Route("Template = vintasoft/api/[controller]/[action]", "Order = 0", "Name = null")]
    [Controller()]
    public ref class VintasoftImageProcessingDocCleanupApiController : public Microsoft.AspNetCore.Mvc.ControllerBase^
    
    
    Remarks

    This API controller can be used in ASP.NET Core.

    The API controller can work with data that stored on server side.

    Inheritance Hierarchy

    System.Object
       Microsoft.AspNetCore.Mvc.ControllerBase
          Vintasoft.Imaging.ImageProcessing.DocCleanup.AspNetCore.ApiControllers.VintasoftImageProcessingDocCleanupApiController

    Requirements

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

    See Also