'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.