True to show the progress indicators, else False.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaSetIndicators Method

WiaSetIndicators Method (GdPictureImaging)

In This Topic
Tells the source to show or hide progress indicators during acquisition.
Syntax
'Declaration
 
Public Sub WiaSetIndicators( _
   ByVal ShowIndicator As Boolean _
) 
public void WiaSetIndicators( 
   bool ShowIndicator
)
public procedure WiaSetIndicators( 
    ShowIndicator: Boolean
); 
public function WiaSetIndicators( 
   ShowIndicator : boolean
);
public: void WiaSetIndicators( 
   bool ShowIndicator
) 
public:
void WiaSetIndicators( 
   bool ShowIndicator
) 

Parameters

ShowIndicator
True to show the progress indicators, else False.
Remarks
Before using this method check that the TWAIN state is 4 (TWAIN_SOURCE_OPEN) To get the TWAIN state, use the TwainGetState() method.
See Also