VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneAcquiredImage Class / IsBlank(Single,Single) Method
Syntax Example Requirements SeeAlso
In This Topic
    IsBlank(Single,Single) Method (SaneAcquiredImage)
    In This Topic
    Returns a value indicating whether this image is a blank image.
    Syntax
    'Declaration
    
    Public Function IsBlank( _
    ByVal maxNoiseLevel
    Maximal possible value of noise in image in percents. Optimal value is 0.01 (%).
    As Single, _
    ByRef currentNoiseLevel
    Current noise value in image. This value will be set after execution of the method.
    As Single _
    ) As Boolean

    Parameters

    maxNoiseLevel
    Maximal possible value of noise in image in percents. Optimal value is 0.01 (%).
    currentNoiseLevel
    Current noise value in image. This value will be set after execution of the method.

    Return Value

    true if image is a blank image; otherwise, false.
    Example

    Please see example here: SaneAcquiredImage.

    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6

    See Also