LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Percent Property
See Also 
Leadtools.Wia Namespace > WiaAcquireFileEventArgs Class : Percent Property



Indicates the percent completion of the acquisition process from the WIA source.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Percent As Integer
Visual Basic (Usage)Copy Code
Dim instance As WiaAcquireFileEventArgs
Dim value As Integer
 
value = instance.Percent
C# 
public int Percent {get;}
C++/CLI 
public:
property int Percent {
   int get();
}

Property Value

An integer that represents the percent completion of the acquisition process from the WIA source.

Example

For an example, refer to WiaSession.AcquireToFile

Remarks

For more information, refer to How to Acquire from the WIA Source.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also