In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaIsFeederSelected Method

WiaIsFeederSelected Method (GdPictureImaging)

In This Topic
Asks to the opened source if the document feeder is selected.
Syntax
'Declaration
 
Public Function WiaIsFeederSelected() As Boolean
public bool WiaIsFeederSelected()
public function WiaIsFeederSelected(): Boolean; 
public function WiaIsFeederSelected() : boolean;
public: bool WiaIsFeederSelected(); 
public:
bool WiaIsFeederSelected(); 

Return Value

True if the document feeder is selected, else False.
See Also