VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Sane.ImageProcessing Namespace / SaneAcquiredImageProcessingProgressEventArgs Class / Progress Property
Syntax Requirements SeeAlso
In This Topic
Progress Property (SaneAcquiredImageProcessingProgressEventArgs)
In This Topic
Gets the progress, in percents, of current action.
Syntax
'Declaration

Public ReadOnly Property Progress As Integer

public int Progress { get; }

Property Value

Value from 0 to 100.
Requirements

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

See Also