VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode.Wpf Namespace / BarcodeWriterControl Class / Settings Property
Синтаксис Требования Смотрите также
В этом разделе
    Settings Свойство (BarcodeWriterControl)
    В этом разделе
    Возвращает настройки генератора штрих-кодов.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("Settings of barcode writer.")>
    Public Property Settings As Vintasoft.Barcode.WriterSettings
    
    
    [Category("VintaSoft")]
    [Description("Settings of barcode writer.")]
    public Vintasoft.Barcode.WriterSettings Settings { get; set; }
    
    
    [Category("VintaSoft")]
    [Description("Settings of barcode writer.")]
    public: __property Vintasoft.Barcode.WriterSettings* get_Settings();
    public: __property void set_Settings(
    Vintasoft.Barcode.WriterSettings* value
    );
    [Category("VintaSoft")]
    [Description("Settings of barcode writer.")]
    public:
    property Vintasoft.Barcode.WriterSettings^ Settings { Vintasoft.Barcode.WriterSettings^ get(); void set(Vintasoft.Barcode.WriterSettings^ value); }
    Требования

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

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