VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / ImageSharpExtensions Class / GetBarcodeAsIPath(BarcodeWriter) Method
Syntax Remarks Requirements SeeAlso
In This Topic
GetBarcodeAsIPath(BarcodeWriter) Method (ImageSharpExtensions)
In This Topic
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
[Extension()]
public static SixLabors.ImageSharp.Drawing.IPath GetBarcodeAsIPath(
BarcodeWriter barcodeWriter
)

Parameters

barcodeWriter
The barcode writer.

Return Value

Barcode as SixLabors.ImageSharp.Drawing.IPath.
Remarks

This method ignores values of properties:

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6

See Also