MoveImage Method
Description
Moves a specified image.
| ActiveX Edition | Plug-in Edition | Mac Edition |
|---|---|---|
| Since V1.0 | Since V1.0 | Since V6.4 |
Syntax
Boolean ObjectName. MoveImage(Int16 sSourceImageIndex, Int16 sTargetImageIndex)
Parameters
Int16 sSourceImageIndex: Specifies the source index of image in buffer. The index is 0-based.
Int16 sTargetImageIndex: Specifies the target index of image in buffer. The index is 0-based.
Return value
Boolean.
TRUE indicates success. FALSE indicates failure.
Remarks
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.
Copyright © 2012 Dynamsoft Corporation.All Rights Reserved.
