VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / Barcode Property
Syntax Requirements SeeAlso
    Barcode Property (WriterSettings)
    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
    
    
     

    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