ImageGear .NET v25.1 - Updated
CanGetFromClipboard Property




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearRasterPage Class : CanGetFromClipboard Property
Gets a value indicating whether there is a valid image available in the system clipboard.
Syntax
'Declaration
 
Public Shared ReadOnly Property CanGetFromClipboard As Boolean
'Usage
 
Dim value As Boolean
 
value = ImGearRasterPage.CanGetFromClipboard
public static bool CanGetFromClipboard {get;}
public: __property static bool get_CanGetFromClipboard();
public:
static property bool CanGetFromClipboard {
   bool get();
}

Property Value

Boolean value.
See Also

Reference

ImGearRasterPage Class
ImGearRasterPage Members