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

    Parameters

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

    Return Value

    Штрих-код как System.Windows.Media.PathGeometry.
    Ремарки

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

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

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