Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.Twain assembly)

Show in webframe

QuerySourceInformation Method (ITwainService)






The scanning session Id.
The user data.
Gets information about the available TWAIN Data Sources.
Syntax
[OperationContractAttribute(Name="QuerySourceInformation", Action="QuerySourceInformation")]
[WebInvokeAttribute(BodyStyle=WebMessageBodyStyle.WrappedRequest, 
   IsBodyStyleSetExplicitly=true, 
   IsRequestFormatSetExplicitly=true, 
   IsResponseFormatSetExplicitly=true, 
   Method="POST", 
   RequestFormat=WebMessageFormat.Json, 
   ResponseFormat=WebMessageFormat.Json)]
TwainSourceInformation[] QuerySourceInformation( 
   string id,
   object userData
)
'Declaration
 
<OperationContractAttribute(Name="QuerySourceInformation", Action="QuerySourceInformation")>
<WebInvokeAttribute(BodyStyle=WebMessageBodyStyle.WrappedRequest, 
   IsBodyStyleSetExplicitly=True, 
   IsRequestFormatSetExplicitly=True, 
   IsResponseFormatSetExplicitly=True, 
   Method="POST", 
   RequestFormat=WebMessageFormat.Json, 
   ResponseFormat=WebMessageFormat.Json)>
Function QuerySourceInformation( _
   ByVal id As String, _
   ByVal userData As Object _
) As TwainSourceInformation()
'Usage
 
Dim instance As ITwainService
Dim id As String
Dim userData As Object
Dim value() As TwainSourceInformation
 
value = instance.QuerySourceInformation(id, userData)

            

            
[OperationContractAttribute(Name="QuerySourceInformation", Action="QuerySourceInformation")]
[WebInvokeAttribute(BodyStyle=WebMessageBodyStyle.WrappedRequest, 
   IsBodyStyleSetExplicitly=true, 
   IsRequestFormatSetExplicitly=true, 
   IsResponseFormatSetExplicitly=true, 
   Method="POST", 
   RequestFormat=WebMessageFormat.Json, 
   ResponseFormat=WebMessageFormat.Json)]
array<TwainSourceInformation>^ QuerySourceInformation( 
   String^ id,
   Object^ userData
) 

Parameters

id
The scanning session Id.
userData
The user data.

Return Value

Information about the available TWAIN Data Sources.
Requirements

Target Platforms

See Also

Reference

ITwainService Interface
ITwainService Members

Error processing SSI file