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

    Parameters

    barcodeReader
    Barcode reader.
    image
    SkiaSharp.SKBitmap with barcodes.

    Return Value

    Processed image.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7

    See Also