VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.AI Namespace / Ai1DBarcodeRegionDetector Class / MinImageDataSize Property
Syntax Requirements SeeAlso
In This Topic
    MinImageDataSize Property (Ai1DBarcodeRegionDetector)
    In This Topic
    Gets or sets the minimum size of processing image data, in megapixels, when AI detection must be used.
    Syntax
    'Declaration
    
    Public Property MinImageDataSize As Double
    
    
    public double MinImageDataSize { get; set; }
    
    
    public: __property double get_MinImageDataSize();
    public: __property void set_MinImageDataSize(
    double value
    );
    public:
    property double MinImageDataSize { double get(); void set(double value); }
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7

    See Also