ImageGear for .NET User Guide > Using ImageGear for .NET > Clipboard Operations > Checking the Contents of the Clipboard |
You can easily check if the clipboard currently contains image data that is usable by ImageGear .NET via the ImGearRasterPage.CanGetFromClipboard property. We recommend you always check that this property returns True before calling ImGearRasterPage.GetFromClipboard.