VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Classes Enumerations Interfaces Delegates SeeAlso
In This Topic
    Vintasoft.Barcode Namespace (Vintasoft.Barcode)
    In This Topic
    Contains classes for barcode reading and writing.
    Classes
     ClassDescription
    ClassProvides information about, and means to manipulate, the current environment and platform.
    ClassGlobal settings of VintaSoft Barcode .NET SDK.
    ClassProvides a platform-independent graphics path (series of connected lines and curves) that represents barcode.
    ClassContains the graphical data that makes up a barcode path.
    ClassClass that allows to read barcodes from the image.
    ClassProvides data for the Progress event.
    ClassProvides data for the BarcodeRecognized event.
    ClassProvides a base abstract class of barcode renderer.
    ClassContains supported barcode symbologies.
    ClassA class that defines the barcode symbology.
    ClassClass that allows to generate barcodes as raster image, graphics path, SVG file or barcode structure.
    ClassAllows to recognize barcodes from the frames, which are captured from camera.
    ClassAn image codecs, which combine behaviour of several image codecs.
    ClassProvides embedded image codecs, which allow to decode bitmap from image file (BMP, JPEG, PNG) or encode bitmap to image file (BMP, PNG) using library-independent algorithms.
    ClassProvides data for the frame scan exception event.
    ClassProvides data for the FrameScanFinished event.
    ClassProvides data for the FrameScanStarting event.
    ClassProvides the abstract base class of image codecs, which allow to decode bitmap from image file or encode bitmap to image file.
    ClassThe exception that is thrown when an internal error is occured in the library.
    ClassContains checksum calculation algorithms, which are defined in ISO/IEC 7064.
    ClassProvides factory of ManagedBitmap.
    ClassClass that contains information about the image of PDF document.
    ClassClass that allows to retrieve image-resources from PDF document.
    ClassEncapsulates the settings for reading barcodes from images.
    ClassContains information about region of barcode.
    ClassProvides factory of UnmanagedBitmap.
    ClassProvides methods for platform-independent processing of bitmap.
    ClassProvides the abstract base class of bitmap factory that allows to create bitmaps.
    ClassProvides methods for platform-dependent processing of bitmap.
    ClassEncapsulates the settings for writing barcodes to image.
    ClassThe exception that is thrown when an Settings is incorrect.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies available adaptive binarization types.
    EnumerationSpecifies available barcode characteristics.
    EnumerationSpecifies the format of the color data for each pixel in the barcode image.
    EnumerationSpecifies available barcode classes: 1D or 2D.
    EnumerationSpecifies point types and flags for the data points in a path.
    EnumerationSpecifies available attributes of barcode symbology.
    EnumerationSpecifies available types of barcode symbologies.
    EnumerationSpecifies available bearer bar styles.
    EnumerationSpecifies avaliable recognition modes of camera barcode scanner.
    EnumerationSpecifies available compressions for data of PDF document.
    EnumerationSpecifies available direction types for barcode scanning.
    EnumerationSpecifies available packages of SDK.
    EnumerationSpecifies available modes of threshold detection.
    EnumerationSpecifies available units of measure.
    EnumerationSpecifies available types of exceptions which can occur in WriterSettings.
    Interfaces
     InterfaceDescription
    InterfaceSpecification for a barcode information.
    Delegates
     DelegateDescription
    DelegateRepresents the method that draws the decorations (logo, arts and etc) on barcode image.
    DelegateRepresents the method that verifies the information about barcode found by barcode reader.
    See Also