Description
Moves a specified image.
Syntax
.MoveImage(sImageIndex, sTargetImageIndex);
Parameters
<short>
sImageIndex
: specifies the index of the image to be converted. The index is 0-based.
<short>
sTargetImageIndex
: specifies the new index.
Return value
bool
true
indicates success. false
indicates failure.
When false
is returned, check ErrorCode
or ErrorString
for error information.