ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRasterPage Class / CanGetFromClipboard Property




In This Topic
    CanGetFromClipboard Property
    In This Topic
    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