Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FilesCount Property
See Also 
Leadtools.Wia Namespace > WiaSession Class : FilesCount Property



Gets the number of files saved when acquiring using File mode.

Syntax

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

Return Value

The number of files saved when acquiring using File mode.

Example

For an example, refer to WiaSession.AcquireToFile.

Remarks

Gets the number of the files saved when calling any of the acquire functions while performing a file transfer.

Requirements

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

See Also