VintaSoft Barcode .NET SDK 15.1: 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
    
    <DefaultValueAttribute(None)>
    <CategoryAttribute("Barcode")>
    <DescriptionAttribute("Type of barcode to generate.")>
    Public Property Barcode As BarcodeType
    
    
    [DefaultValue(None)]
    [Category("Barcode")]
    [Description("Type of barcode to generate.")]
    public BarcodeType Barcode { get; set; }
    
    
    [DefaultValue(None)]
    [Category("Barcode")]
    [Description("Type of barcode to generate.")]
    public: __property BarcodeType get_Barcode();
    public: __property void set_Barcode(
    BarcodeType value
    );
    [DefaultValue(None)]
    [Category("Barcode")]
    [Description("Type of barcode to generate.")]
    public:
    property BarcodeType Barcode { BarcodeType get(); void set(BarcodeType value); }

    Property Value

    Default value is BarcodeType.None.
    Requirements

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

    See Also