IsAvailable Method
Summary
Determines whether a TWAIN source is installed.
Syntax
[WebInvokeAttribute(BodyStyle=2,
Method="POST",
RequestFormat=1,
ResponseFormat=1)]
[OperationContractAttribute(Name="IsAvailable",
Action="IsAvailable",
AsyncPattern=false,
IsOneWay=false,
IsInitiating=true,
IsTerminating=false)]
public bool IsAvailable(
string id,
object userData
)
[OperationContractAttribute(Name="IsAvailable", Action="IsAvailable")]
[WebInvokeAttribute(BodyStyle=WebMessageBodyStyle.WrappedRequest,
IsBodyStyleSetExplicitly=true,
IsRequestFormatSetExplicitly=true,
IsResponseFormatSetExplicitly=true,
Method="POST",
RequestFormat=WebMessageFormat.Json,
ResponseFormat=WebMessageFormat.Json)]
bool IsAvailable(
String^ id,
Object^ userData
)
Parameters
id
The scanning session Id.
Return Value
true if at least one TWAIN source is installed; otherwise, false.