VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / Barcode Property
Синтаксис Требования Смотрите также
В этом разделе
    Barcode Свойство (WriterSettings)
    В этом разделе
    Возвращает или задает тип символики штрих-кода.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Barcode")>
    <DescriptionAttribute("Type of barcode to generate.")>
    <DefaultValueAttribute(None)>
    Public Property Barcode As BarcodeType
    
    
    [Category("Barcode")]
    [Description("Type of barcode to generate.")]
    [DefaultValue(None)]
    public BarcodeType Barcode { get; set; }
    
    
    [Category("Barcode")]
    [Description("Type of barcode to generate.")]
    [DefaultValue(None)]
    public: __property BarcodeType get_Barcode();
    public: __property void set_Barcode(
    BarcodeType value
    );
    [Category("Barcode")]
    [Description("Type of barcode to generate.")]
    [DefaultValue(None)]
    public:
    property BarcodeType Barcode { BarcodeType get(); void set(BarcodeType value); }

    Property Value

    Значение по умолчанию: BarcodeType.None.
    Требования

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

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