VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.WinTwain Namespace / AcquiredImage Class / IsBlank Methods / IsBlank(Single) Method
Синтаксис Example Требования Смотрите также
В этом разделе
    IsBlank(Single) Метод (AcquiredImage)
    В этом разделе
    Returns a value indicating whether this image is a blank image.
    Синтаксис
    'Declaration
    
    Public Overloads Function IsBlank( _
    ByVal maxNoiseLevel
    Maximal possible value of noise in image in percents. Optimal value is 0.01 (%).
    As Single _
    ) As Boolean
    public bool IsBlank(
    float maxNoiseLevel
    )
    public: bool IsBlank(
    float maxNoiseLevel
    )
    public:
    bool IsBlank(
    float maxNoiseLevel
    )

    Parameters

    maxNoiseLevel
    Maximal possible value of noise in image in percents. Optimal value is 0.01 (%).

    Return Value

    true if image is a blank image; otherwise, false.
    Пример

    Please see example here: AcquiredImage.

    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также