Namespace IronBarCode
Classes
AdaptiveThresholdFilter
A filter to apply adaptive thresholding to an image.
BarCodeAspectSide
Chooses the side of barcode to keep aspect size using IronBarCode. This enum is related to BarCodeAspectSide with the side to keep.
BarcodeEncoding
Barcode Encoding Types.
Setting a BarcodeEncoding when reading Barcodes improves performance by only looking for expected barcode types.
Setting a BarcodeEncoding when rendering Barcodes chooses the type and design of barcode to be generated. For barcode creation please also see the BarcodeWriterEncoding Enum which omits barcode formats which are not writable with IronBarCode.
BarcodeOrientation
Specifies the orientation of a Barcode.
BarcodeReader
A versatile static class for reading many popular barcode formats from Images and PDFs.
IronBarCode.BarcodeReader supports barcode reading from Bitmaps, Image Objects, Image Files, Image Streams, MultiFrame Tiff Images and also PDFs.
Features: Crop-area support, Image filters, and preprocessing for improved accuracy including and the ability to automatically un-rotate, deskew and clean barcode image input.
BarcodeReaderOptions
An Options class of BarcodeReader for reading many popular barcode formats from Images and PDFs.
BarcodeResult
Result from reading a barcode using IronBarCode
BarcodeResultPosition
Represents the position of the detected barcode code in the image.
BarcodeResults
Result from reading a barcode as IList using IronBarCode
BarcodeScanMode
Define how IronBarcode scans and detects barcodes in an image to read. By default, a machine learning model will scan a file to detect barcodes and attempt to read any that are detected.
BarcodeWriter
A static class allowing for barcode images of many types to be generated dynamically.
Generated Barcodes can be exported as Images, Bitmaps, Files, PDFs and Streams.
BarcodeWriterEncoding
Chooses the style of barcode to render as an image using IronBarCode. This enum is related to BarcodeEncoding with the exception that only encodable barcode formats are mentioned. As this Enum is not of the Flags type, only one BarcodeWriterEncoding can be used to generate a barcode.
BilateralFilter
A filter to apply bilateral smoothing to an image.
BinaryThresholdFilter
A filter to binarize an image.
BrightnessFilter
A filter to adjust image brightness.
ContrastFilter
A filter to adjust image contrast.
DataMatrixWriter
A class allowing for advanced control on the generation of DataMatrix type barcodes.
DataMatrixWriter allows setting of the DataMatrix shape.
Generated Barcodes can be exported as Images, Bitmaps, Files, or Streams.
DataMatrixWriter.DataMatrixShape
Enumeration for DataMatrix shape. Can specify if you would like a Square (equal width and height) or Rectangular.
GaussianBlurFilter
A filter to apply Gaussian blur to an image.
GeneratedBarcode
A barcode generated by IronBarCode.
In addition to exporting the barcode as a graphic, we may also resize it, recolor it and annotate it with this class using fluent notation.
GeneratedBarcodes may be exported as Images, Objects or PDF files. They may also be exported as HTML for use on the web.
ImageFilterCollection
A collection of image filters for image pre-processing.
Installation
A directory with write-access where setup and temporary files and will be deployed when necessary.
InvertFilter
A filter to invert image colors.
License
Allows IronBarCode license keys to be applied globally across an application.
MedianBlurFilter
A filter to apply Median blur to an image.
PageOrientation
Specifies the orientation of a page.
PdfBarcodeReaderOptions
An Options class of PdfBarcodeReaderOptions for reading many popular barcode formats from PDFs.
Features: MaxParallelThreads, Reading detail, ExpectMultipleBarcodes, Crop-area, Image filters and preprocessing for improved accuracy.QRCodeLogo
A class allowing for advanced control on the logo of QR type barcodes.
QRCodeLogo gives the developer access to set logo image, logo width, logo height, and rounded logo corner.
Logo image can be provide as IronSoftware.Drawing.AnyBitmap, Files, Array of System.Byte and System.IO.Stream.
QRCodeWriter
A class allowing for advanced control on the generation of QR type barcodes.
QRCodeWriter gives the developer access to set QR code error correction levels, and to add logo images to QR codes.
Generated Barcodes can be exported as Images, Bitmaps, Files and Streams.
QRCodeWriter.QrErrorCorrectionLevel
The error correction level of a QR code. A higher QRCodeWriter.QrErrorCorrectionLevel creates more complex QR codes, which are less prone to reading errors. They may also be readable if damaged or partially obscured.
ReadingSpeed
Specify the reading speed of IronBarcode. Setting a more detailed option will use more CPU and take longer.
Please understand that pre-processing is CPU-heavy and we recommend experimenting with different settings starting with the lowest settings first and gradually working up from there.
SharpenFilter
A filter to apply Gaussian sharpening to an image.
Interfaces
IImageFilter
A collection of ImageFilterCollection for processing Images.