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









LoadDibFromClipboard Method

Description

Loads a DIB format image from Clipboard into the Dynamic Webcam.

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

Syntax

Boolean ObjectName. LoadDibFromClipboard()

Parameters

None.

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

The loaded image will be displayed in the Dynamic Webcam.

See Also

LoadImage(), CopyToClipboard(), CutToClipboard()