Loads the specified Source into main memory and causes its initialization, placing Dynamic (Web) TWAIN into Capability Negotiation state. If no source is specified (no SelectSource() or SelectSourceByIndex() is called), opens the default source.
Boolean ObjectName. OpenSource()
None.
Boolean.
TRUE indicates success. FALSE indicates failure.
When an error occurs and IfThrowException property is TRUE, an exception will be thrown.
When FALSE is returned or an exception is thrown, check ErrorCode property and ErrorString property for error information.
OpenSource() should be called prior to negotiating capability.
If no source selection function is called before OpenSource(), OpenSource() opens the default source.
CloseSource(), OpenSourceManager(), SelectSource(), SelectSourceByIndex(), How to Negotiate Capability with Different Capability Container Types.