VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / ImageSharpExtensions Class / GetBarcodeAsIPath(BarcodeWriter) Method
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    GetBarcodeAsIPath(BarcodeWriter) Метод (ImageSharpExtensions)
    В этом разделе
    Возвращает штрих-код как SixLabors.ImageSharp.Drawing.IPath.
    Синтаксис
    'Declaration
    
    <ExtensionAttribute()>
    Public Shared Function GetBarcodeAsIPath( _
    ByVal barcodeWriter
    Генератор штрих-кода.
    As BarcodeWriter _
    ) As SixLabors.ImageSharp.Drawing.IPath
    [Extension()]
    public static SixLabors.ImageSharp.Drawing.IPath GetBarcodeAsIPath(
    BarcodeWriter barcodeWriter
    )
    [Extension()]
    public: static SixLabors.ImageSharp.Drawing.IPath GetBarcodeAsIPath(
    BarcodeWriter* barcodeWriter
    )
    [Extension()]
    public:
    static SixLabors.ImageSharp.Drawing.IPath GetBarcodeAsIPath(
    BarcodeWriter^ barcodeWriter
    )

    Parameters

    barcodeWriter
    Генератор штрих-кода.

    Return Value

    Штрихкод как SixLabors.ImageSharp.Drawing.IPath.
    Ремарки

    Этот метод игнорирует значения свойств:

    • Padding, всегда используется 0.
    • ValueVisible, всегда используется false.

    Требования

    Целевые платформы: .NET 8; .NET 7, .NET 6

    Смотрите также