The leading provider of version control solutions and TWAIN SDKs
  • Contact us









SwitchImage Method

Description

Switchs two images of specified indices in buffer.

ActiveX Edition Plug-in Edition Mac Edition
Since V5.1 Since V5.1 Since V6.4

Syntax

Boolean ObjectName. SwitchImage(Short sImageIndex, Short sImageIndex)

Parameters

Short sImageIndex: specifies the index of image in buffer. The index is 0-based. 

Return value

Boolean.

TRUE indicates success. FALSE indicates failure.

When an error occurs and IfThrowException property is TRUE, an exception will be thrown.

When FALSE is returned or an exception is thrown, check ErrorCode property and ErrorString property for error information.

Remarks

None.

See Also

IfAppendImage property