VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / ImageSharpExtensions Class / GetBarcodeAsImage Methods / GetBarcodeAsImage(BarcodeWriter) Method
Syntax Requirements SeeAlso
In This Topic
    GetBarcodeAsImage(BarcodeWriter) Method (ImageSharpExtensions)
    In This Topic
    Returns barcode as a raster image.
    Syntax
    'Declaration
    
    <ExtensionAttribute()>
    Public Overloads Shared Function GetBarcodeAsImage( _
    ByVal barcodeWriter
    The barcode writer.
    As BarcodeWriter _
    ) As SixLabors.ImageSharp.Image
    [Extension()]
    public static SixLabors.ImageSharp.Image GetBarcodeAsImage(
    BarcodeWriter barcodeWriter
    )
    [Extension()]
    public: static SixLabors.ImageSharp.Image GetBarcodeAsImage(
    BarcodeWriter* barcodeWriter
    )
    [Extension()]
    public:
    static SixLabors.ImageSharp.Image GetBarcodeAsImage(
    BarcodeWriter^ barcodeWriter
    )

    Parameters

    barcodeWriter
    The barcode writer.

    Return Value

    A barcode as SixLabors.ImageSharp.Image.
    Requirements

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

    See Also