VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.AI Namespace / Ai2DBarcodeRegionDetector Class / SetMinImageDataSize(Double) Method
Syntax Requirements SeeAlso
In This Topic
    SetMinImageDataSize(Double) Method (Ai2DBarcodeRegionDetector)
    In This Topic
    Sets the minimum size, in megapixels, of processing image data when AI detection must be used.
    Syntax
    'Declaration
    
    Public Sub SetMinImageDataSize( _
    ByVal minImageDataSize
    The minimum size, in megapixels, of processing image data.
    As Double _
    )
    public void SetMinImageDataSize(
    double minImageDataSize
    )
    public: void SetMinImageDataSize(
    double minImageDataSize
    )
    public:
    void SetMinImageDataSize(
    double minImageDataSize
    )

    Parameters

    minImageDataSize
    The minimum size, in megapixels, of processing image data.
    Requirements

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

    See Also