Available in LEADTOOLS Imaging Pro, Vector, Document, and Medical Imaging toolkits. |
#include "l_bitmap.h"
L_LTDIS_API L_BOOL L_ClipboardReady()
Determines whether the Windows clipboard contains an image that can be copied using the L_CopyFromClipboard function.
Returns
TRUE |
The clipboard contains an image that can be copied. |
FALSE |
The clipboard does not contain an image that can be copied. |
Required DLLs and Libraries
LTDIS For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Platforms
Win32, x64.
See Also
Functions: |
|
|
|
Topics: |
Example
For a short example, refer to L_CopyFromClipboard. For complete sample code, refer to the FRAME.C module of the DEMO example.