'Declaration
Public Function TwainSetIndicators( _ ByVal ShowIndicator As Boolean _ ) As Boolean
public bool TwainSetIndicators( bool ShowIndicator )
public function TwainSetIndicators( ShowIndicator: Boolean ): Boolean;
public function TwainSetIndicators( ShowIndicator : boolean ) : boolean;
public: bool TwainSetIndicators( bool ShowIndicator )
public: bool TwainSetIndicators( bool ShowIndicator )
Parameters
- ShowIndicator
- True to show the progress indicators, else False.
Return Value
True if success, else False -> Use TwainGetLastResultCode() and TwainGetLastConditionCode()
methods for diagnosing the error.