Leadtools.Twain Namespace > TwainSession Class : ShowProgressIndicator Method |
'Usage Dim instance As TwainSession Dim show As Boolean instance.ShowProgressIndicator(show)
function Leadtools.Twain.TwainSession.ShowProgressIndicator( show )
Public Sub ShowProgressIndicatorExample(ByVal parent As IWin32Window) Dim session As TwainSession = New TwainSession() session.Startup(parent, "manufacturer", "productFamily", "version", "application", TwainStartupFlags.None) session.ShowProgressIndicator(True) session.Shutdown() End Sub
public void ShowProgressIndicatorExample(IWin32Window parent) { TwainSession session = new TwainSession(); session.Startup(parent, "manufacturer", "productFamily", "version", "application", TwainStartupFlags.None); session.ShowProgressIndicator(true); session.Shutdown(); }
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
TwainSession Class
TwainSession Members
Startup Method
Shutdown Method
Acquire Method
MaximumTransferCount Property
DuplexScanningMode Property
EnableDuplexScanning Property
AcquirePageOptions Property
ImageEffects Property
ImageBitsPerPixel Property
ImageUnit Property
ImageFrame Property
TransferOptions Property
IsTransferModeAvailable Method
Resolution Property