LEADTOOLS WIA (Leadtools.Wia assembly)
LEAD Technologies, Inc

FilesCount Property






Gets the number of files saved when acquiring using File mode.
Syntax
public int FilesCount {get;}
'Declaration
 
Public ReadOnly Property FilesCount As Integer
'Usage
 
Dim instance As WiaSession
Dim value As Integer
 
value = instance.FilesCount
public int FilesCount {get;}
 get_FilesCount(); 
public:
property int FilesCount {
   int get();
}

Property Value

The number of files saved when acquiring using File mode.
Remarks
Gets the number of the files saved when calling any of the acquire functions while performing a file transfer.
Example
For an example, refer to WiaSession.AcquireToFile.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WiaSession Class
WiaSession Members
Startup Method
Shutdown Method
Acquire Method
AcquireToFile Method
AcquireSimple Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.