WiaSelectFeeder Method (GdPictureImaging)
Asks to the opened source to select or deselect the document feeder.
public bool WiaSelectFeeder(
bool
)
public function WiaSelectFeeder(
: Boolean
): Boolean;
public function WiaSelectFeeder(
: boolean
) : boolean;
public: bool WiaSelectFeeder(
bool
)
public:
bool WiaSelectFeeder(
bool
)
'Declaration
Public Function WiaSelectFeeder( _
ByVal As Boolean _
) As Boolean
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.