VintaSoft Barcode .NET SDK 15.3: Documentation for Web developer
Vintasoft.Barcode.Web.Api2Controllers Namespace / VintasoftBarcodeApi2Controller Class
In This Topic
    VintasoftBarcodeApi2Controller Class Methods
    In This Topic
    For a list of all methods of this type, see VintasoftBarcodeApi2Controller.
    Public Methods
     NameDescription
    Public MethodOverloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.Web.Http.ApiController)
    Public MethodExecutes asynchronously a single HTTP operation. (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. Validates the given entity and adds the validation errors to the model state under the empty prefix, if any. (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 MethodInitializes the System.Web.Http.ApiController instance with the specified controllerContext. (Inherited from System.Web.Http.ApiController)
    See Also