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









RemoveImage Method

Description

Removes the image of a specified index in buffer.

ActiveX Edition Plug-in Edition Mac Edition
Since V4.0 Since V4.0 Since V6.4

Syntax

Boolean ObjectName.RemoveImage(Short sImageIndexToBeDeleted)

Parameters

Short sImageIndexToBeDeleted: specifies the index of the image to be deleted  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

RemoveAllSelectedImages() RemoveAllImages() CurrentImageIndexInBuffer property, HowManyImagesInBuffer property, MaxImagesInBuffer property