VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / ImageSharpExtensions Class / GetBarcodeAsIPath(BarcodeWriter) Method
Syntax Remarks Requirements SeeAlso
    GetBarcodeAsIPath(BarcodeWriter) Method (ImageSharpExtensions)
    Returns barcode as SixLabors.ImageSharp.Drawing.IPath.
    Syntax
    'Declaration
    
    <ExtensionAttribute()>
    Public Shared Function GetBarcodeAsIPath( _
    ByVal barcodeWriter
    The barcode writer.
    As BarcodeWriter _
    ) As SixLabors.ImageSharp.Drawing.IPath
     

    Parameters

    barcodeWriter
    The barcode writer.

    Return Value

    Barcode as SixLabors.ImageSharp.Drawing.IPath.
    Remarks

    This method ignores values of properties:

    Requirements

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

    See Also