VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / Barcode Property
Syntax Requirements SeeAlso
In This Topic
    Barcode Property (WriterSettings)
    In This Topic
    Gets or sets the type of barcode symbology.
    Syntax
    '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

    Default value is BarcodeType.None.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also