Vintasoft.Barcode Namespace (Vintasoft.Barcode)
In This Topic
Contains classes for barcode reading and writing.
Classes
| Class | Description |
| BarcodeEnvironment | Provides information about, and means to manipulate, the current environment and platform. |
| BarcodeGlobalSettings | Global settings of VintaSoft Barcode .NET SDK. |
| BarcodePath | Provides a platform-independent graphics path (series of connected lines and curves) that represents barcode. |
| BarcodePathData | Contains the graphical data that makes up a barcode path. |
| BarcodeReader | Class that allows to read barcodes from the image. |
| BarcodeReaderProgressEventArgs | Provides data for the Progress event. |
| BarcodeRecognizedEventArgs | Provides data for the BarcodeRecognized event. |
| BarcodeRenderer | Provides a base abstract class of barcode renderer. |
| BarcodeSymbologies | Contains supported barcode symbologies. |
| BarcodeSymbology | A class that defines the barcode symbology. |
| BarcodeWriter | Class that allows to generate barcodes as raster image, graphics path, SVG file or barcode structure. |
| CameraBarcodeScanner | Allows to recognize barcodes from the frames, which are captured from camera. |
| CompositeImageCodecs | An image codecs, which combine behaviour of several image codecs. |
| EmbeddedImageCodecs | Provides 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. |
| FrameScanExceptionEventArgs | Provides data for the frame scan exception event. |
| FrameScanFinishedEventArgs | Provides data for the FrameScanFinished event. |
| FrameScanStartingEventArgs | Provides data for the FrameScanStarting event. |
| ImageCodecs | Provides the abstract base class of image codecs, which allow to decode bitmap from image file or encode bitmap to image file. |
| InternalErrorException | The exception that is thrown when an internal error is occured in the library. |
| ISO7064 | Contains checksum calculation algorithms, which are defined in ISO/IEC 7064. |
| ManagedBitmapFactory | Provides factory of ManagedBitmap. |
| PdfImageInfo | Class that contains information about the image of PDF document. |
| PdfImageViewer | Class that allows to retrieve image-resources from PDF document. |
| ReaderSettings | Encapsulates the settings for reading barcodes from images. |
| Region | Contains information about region of barcode. |
| UnmanagedBitmapFactory | Provides factory of UnmanagedBitmap. |
| VintasoftBitmapEmbeddedProcessing | Provides methods for platform-independent processing of bitmap. |
| VintasoftBitmapFactory | Provides the abstract base class of bitmap factory that allows to create bitmaps. |
| VintasoftBitmapProcessing | Provides methods for platform-dependent processing of bitmap. |
| WriterSettings | Encapsulates the settings for writing barcodes to image. |
| WriterSettingsException | The exception that is thrown when an Settings is incorrect. |
Enumerations
Interfaces
| Interface | Description |
| IBarcodeInfo | Specification for a barcode information. |
Delegates
See Also