VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / BarcodeCharacteristics Property
Syntax Requirements SeeAlso
In This Topic
    BarcodeCharacteristics Property (ReaderSettings)
    In This Topic
    Gets or sets a barcode characteristics.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(Undefinded)>
    <DescriptionAttribute("Barcode characteristics.")>
    Public Property BarcodeCharacteristics As BarcodeCharacteristics
    
    
    [DefaultValue(Undefinded)]
    [Description("Barcode characteristics.")]
    public BarcodeCharacteristics BarcodeCharacteristics { get; set; }
    
    
    [DefaultValue(Undefinded)]
    [Description("Barcode characteristics.")]
    public: __property BarcodeCharacteristics get_BarcodeCharacteristics();
    public: __property void set_BarcodeCharacteristics(
    BarcodeCharacteristics value
    );
    [DefaultValue(Undefinded)]
    [Description("Barcode characteristics.")]
    public:
    property BarcodeCharacteristics BarcodeCharacteristics { BarcodeCharacteristics get(); void set(BarcodeCharacteristics value); }

    Property Value

    Default value is BarcodeCharacteristics.Undefined.
    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