VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / CollectTestInformation Property
Syntax Requirements SeeAlso
In This Topic
    CollectTestInformation Property (ReaderSettings)
    In This Topic
    Gets or sets a value indicating whether the barcode reader collects information for quality test.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Barcode reader collects information for quality test.")>
    <DefaultValueAttribute(False)>
    Public Property CollectTestInformation As Boolean
    
    
    [Description("Barcode reader collects information for quality test.")]
    [DefaultValue(False)]
    public bool CollectTestInformation { get; set; }
    
    
    [Description("Barcode reader collects information for quality test.")]
    [DefaultValue(False)]
    public: __property bool get_CollectTestInformation();
    public: __property void set_CollectTestInformation(
    bool value
    );
    [Description("Barcode reader collects information for quality test.")]
    [DefaultValue(False)]
    public:
    property bool CollectTestInformation { bool get(); void set(bool value); }

    Property Value

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