Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

raise__acquirePage Method






The source of the sender
A TwainAcquirePageEventArgs object that contains the event data.
Occurs after an image is acquired.
Syntax
protected void raise__acquirePage( 
   object value0,
   TwainAcquirePageEventArgs value1
)
'Declaration
 
Protected Sub raise__acquirePage( _
   ByVal value0 As Object, _
   ByVal value1 As TwainAcquirePageEventArgs _
) 
'Usage
 
Dim instance As TwainSession
Dim value0 As Object
Dim value1 As TwainAcquirePageEventArgs
 
instance.raise__acquirePage(value0, value1)
protected:
void raise__acquirePage( 
   Object^ value0,
   TwainAcquirePageEventArgs^ value1
) 

Parameters

value0
The source of the sender
value1
A TwainAcquirePageEventArgs object that contains the event data.
Requirements

Target Platforms

See Also

Reference

TwainSession Class
TwainSession Members
Startup Method
Shutdown Method
SelectSource Method
Acquire Method

Error processing SSI file