Copies image data from the clipboard.
public static Leadtools.RasterImage Paste(
IWin32Window owner
)
Public Shared Function Paste( _
ByVal owner As IWin32Window _
) As Leadtools.RasterImage
public:
static Leadtools.RasterImage^ Paste(
IWin32Window^ owner
)
owner
Handle to the active window.
A reference to a new RasterImage object created using the data in the Windows clipboard.
The image on the clipboard must be a DIB, DDB, or a WMF. The image will contain the same Leadtools.RasterImage.Width, Leadtools.RasterImage.Height, and Leadtools.RasterImage.BitsPerPixel as the image contained in the clipboard. The Leadtools.RasterImage.Order will be set to RasterByteOrder.Bgr. If the copied image is not in Bgr order, it is up to you to change its color Order using Leadtools.ImageProcessing.ColorResolutionCommand. To determine whether a region was pasted, use Leadtools.RasterImage.HasRegion.
This example loads a bitmap using clipboard data, if available
Imports Leadtools.WinForms
Imports Leadtools
Imports Leadtools.Codecs
Public Sub RasterClipboard_Paste(ByVal viewer As RasterImageViewer)
If RasterClipboard.IsReady Then
''' Copy the bitmap from the clipboard
viewer.Image = RasterClipboard.Paste(viewer)
Console.WriteLine("Paste is Successful")
Else
Console.WriteLine("Paste Failed")
End If
End Sub
using Leadtools.WinForms;
using Leadtools;
using Leadtools.Codecs;
public void RasterClipboard_Paste(RasterImageViewer viewer)
{
if (RasterClipboard.IsReady)
{
/// Copy the bitmap from the clipboard
viewer.Image = RasterClipboard.Paste(viewer);
Console.WriteLine("Paste is Successful");
}
else
{
Console.WriteLine("Paste Failed");
}
}
Products |
Support |
Feedback: Paste Method - Leadtools.WinForms |
Introduction |
Help Version 19.0.2017.3.22
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.