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









Flip Method

Description

Flips the image of a specified index in buffer.

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

Syntax

Boolean ObjectName. Flip(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

Flip() flips an image and replaces the original image with the flipped copy.

See Also

RotateLeft(), RotateRight(), Mirror(), Crop(), CropToClipboard(), GetImageSize(), ChangeImageSize(), ShowImageEditor(), ImageEditorWindowTitle property, ImageEditorIfReadonly property, ImageEditorIfEnableEnumerator property