If TRUE, Source must acquire data from the document feeder acquire area.If FALSE, Source must acquire data from the non-feeder acquire area like flatbed area.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaSelectFeeder Method

WiaSelectFeeder Method (GdPictureImaging)

In This Topic
Asks to the opened source to select or deselect the document feeder.
Syntax
'Declaration

 

Public Function WiaSelectFeeder( _

   ByVal SelectFeeder As Boolean _

) As Boolean
public bool WiaSelectFeeder( 

   bool SelectFeeder

)
public function WiaSelectFeeder( 

    SelectFeeder: Boolean

): Boolean; 
public function WiaSelectFeeder( 

   SelectFeeder : boolean

) : boolean;
public: bool WiaSelectFeeder( 

   bool SelectFeeder

) 
public:

bool WiaSelectFeeder( 

   bool SelectFeeder

) 

Parameters

SelectFeeder
If TRUE, Source must acquire data from the document feeder acquire area.If FALSE, Source must acquire data from the non-feeder acquire area like flatbed area.

Return Value

True if success, else False. Use WiaGetLastError() methods for diagnosing the error.
See Also