VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / ImageSharpExtensions Class / ProcessImage(BarcodeReader,Image) Method
Syntax Requirements SeeAlso
In This Topic
    ProcessImage(BarcodeReader,Image) Method (ImageSharpExtensions)
    In This Topic
    Allows to process the SixLabors.ImageSharp.Image before barcode reading.
    Syntax
    'Declaration
    
    <ExtensionAttribute()>
    Public Shared Function ProcessImage( _
    ByVal barcodeReader
    Barcode reader.
    As BarcodeReader, _
    ByVal image
    SixLabors.ImageSharp.Image with barcodes.
    As SixLabors.ImageSharp.Image _
    ) As SixLabors.ImageSharp.Image
    [Extension()]
    public static SixLabors.ImageSharp.Image ProcessImage(
    BarcodeReader barcodeReader,
    SixLabors.ImageSharp.Image image
    )
    [Extension()]
    public: static SixLabors.ImageSharp.Image ProcessImage(
    BarcodeReader* barcodeReader,
    SixLabors.ImageSharp.Image image
    )
    [Extension()]
    public:
    static SixLabors.ImageSharp.Image ProcessImage(
    BarcodeReader^ barcodeReader,
    SixLabors.ImageSharp.Image image
    )

    Parameters

    barcodeReader
    Barcode reader.
    image
    SixLabors.ImageSharp.Image with barcodes.

    Return Value

    Processed image.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6

    See Also