Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

IsReady Property






Determines whether the Windows clipboard contains an image that can be copied using Paste.
Syntax
public static bool IsReady {get;}
'Declaration
 
Public Shared ReadOnly Property IsReady As Boolean
'Usage
 
Dim value As Boolean
 
value = RasterClipboard.IsReady

            

            
public:
static property bool IsReady {
   bool get();
}

Property Value

true if the clipboard contains an image that can be copied, false otherwise.
Example
Refer to Paste.
Requirements

Target Platforms

See Also

Reference

RasterClipboard Class
RasterClipboard Members

Error processing SSI file