TwainSetIndicators Method (GdPictureImaging)
Tells the source to show or hide progress indicators during acquisition.
public bool TwainSetIndicators(
bool
)
public function TwainSetIndicators(
: Boolean
): Boolean;
public function TwainSetIndicators(
: boolean
) : boolean;
public: bool TwainSetIndicators(
bool
)
public:
bool TwainSetIndicators(
bool
)
'Declaration
Public Function TwainSetIndicators( _
ByVal As Boolean _
) As Boolean
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.