LIsis::SetScanOptions

#include "Ltwrappr.h"

virtual L_INT LIsis::SetScanOptions(void)

Brings up the scan options dialog box.

This function is available in the Document/Medical Toolkits.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

You must call LIsis::LoadDriver before you can use this function to set scanner options.

Required DLLs and Libraries

LTISI

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LIsis::Acquire, LIsis::AcquireMulti, LIsis::GetTagLong, LIsis::GetTagShort, LIsis::IsAvailable, LIsis::LoadDriver, LIsis::Select, LIsis::SetTagLong, LIsis::SetTagShort, LIsis::UnloadDriver, Class Members

Topics:

Raster Image Functions: Scanning Images using ISIS

 

Using ISIS to Scan Images

Example

For an example, refer to LIsis::AcquireMulti.