VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / VintasoftBarcodeWebService Class
Constructors Properties Methods SeeAlso
In This Topic
VintasoftBarcodeWebService Class Members
In This Topic
The following tables list the members exposed by VintasoftBarcodeWebService.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
Public Properties
 NameDescription
Public PropertyGets or sets the data storage that should be used for storing images of current session.
Public Methods
 NameDescription
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.
Protected Methods
 NameDescription
Protected MethodCreates the barcode recognition result.
Protected MethodEncodes a barcode value.
Protected MethodConverts client-side barcode symbology subset name to an instance of Vintasoft.Barcode.SymbologySubsets.BarcodeSymbologySubset class.
Protected MethodReturns a bitmap of the specified image from data storage.
Protected MethodReads barcodes from bitmap.
See Also