VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode.Web.Api2Controllers Namespace / VintasoftBarcodeApi2Controller Class
Constructors Properties Methods SeeAlso
In This Topic
VintasoftBarcodeApi2Controller Class Members
In This Topic
The following tables list the members exposed by VintasoftBarcodeApi2Controller.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the VintasoftBarcodeApi2Controller class.
Public Properties
 NameDescription
Public Property (Inherited from System.Web.Http.ApiController)
Public Property (Inherited from System.Web.Http.ApiController)
Public Property (Inherited from System.Web.Http.ApiController)
Public PropertyGets or sets a value indicating whether the API controller can work with undefined session.
Public Property (Inherited from System.Web.Http.ApiController)
Public Property (Inherited from System.Web.Http.ApiController)
Public Property (Inherited from System.Web.Http.ApiController)
Public Property (Inherited from System.Web.Http.ApiController)
Public Property (Inherited from System.Web.Http.ApiController)
Public Methods
 NameDescription
Public MethodOverloaded. (Inherited from System.Web.Http.ApiController)
Public Method (Inherited from System.Web.Http.ApiController)
Public MethodGenerates a barcode image and returns barcode image as Base64 string.
Public MethodReads information about barcodes from web image.
Public MethodReads information about barcodes from web image, which is represented by a Base64 string.
Public MethodOverloaded. (Inherited from System.Web.Http.ApiController)
Protected Methods
 NameDescription
Protected MethodCreates a data storage for current session.
Protected MethodCreates the VintasoftBarcodeWebService that handles HTTP requests from clients and allows to read and write barcodes.
Protected Method (Inherited from System.Web.Http.ApiController)
See Also