Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NImageExporter Class / CopyToClipboardAsEMF Method / CopyToClipboardAsEMF() Method
Example


In This Topic
    CopyToClipboardAsEMF() Method
    In This Topic
    Copies the defined image content as an EMF (Extended Metafile) into the clipboard
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function CopyToClipboardAsEMF() As System.Boolean
    'Usage
     
    
    Dim instance As NImageExporter
    Dim value As System.Boolean
     
    value = instance.CopyToClipboardAsEMF()
    public virtual System.bool CopyToClipboardAsEMF()
    Example
    The following code places an EMF (Extended Metafile) in the clipboard.
    imageExporter.CopyToClipboardAsEMF();
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also