VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode.Web.Api2Controllers Namespace / VintasoftBarcodeApi2Controller Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
VintasoftBarcodeApi2Controller Class
In This Topic
An ASP.NET Web API 2 controller that handles HTTP requests from clients and allows to read and write barcodes.
Object Model
VintasoftBarcodeApi2Controller
Syntax
'Declaration

Public Class VintasoftBarcodeApi2Controller
   Inherits System.Web.Http.ApiController

public class VintasoftBarcodeApi2Controller : System.Web.Http.ApiController

Remarks

This Web API controller can be used in ASP.NET MVC 5.

The Web API controller can work with data that stored on server side. Cache parameters can be changed in the Web site's application settings (web.config file):

  • The "VintasoftWebImaging_UploadDirectoryName" parameter defines name of directory where uploaded files must be stored. By default parameter has value "UploadedImageFiles" and uploaded files are stored in "/UploadedImageFiles" directory.

Inheritance Hierarchy

System.Object
   System.Web.Http.ApiController
      Vintasoft.Barcode.Web.Api2Controllers.VintasoftBarcodeApi2Controller

Requirements

Target Platforms: .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also