In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaIsFeederLoaded Method

WiaIsFeederLoaded Method (GdPictureImaging)

In This Topic
Asks to the opened source if there are documents in the feeder.
Syntax
'Declaration
 
Public Function WiaIsFeederLoaded() As Boolean
public bool WiaIsFeederLoaded()
public function WiaIsFeederLoaded(): Boolean; 
public function WiaIsFeederLoaded() : boolean;
public: bool WiaIsFeederLoaded(); 
public:
bool WiaIsFeederLoaded(); 

Return Value

True if there are documents, else False.
See Also