Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NSvgExporter Class / CopyToClipboard Method
Example


In This Topic
    CopyToClipboard Method (NSvgExporter)
    In This Topic
    Copies the defined SVG content as a string into the clipboard
    Syntax
    'Declaration
     
    
    Public Overridable Function CopyToClipboard() As System.Boolean
    'Usage
     
    
    Dim instance As NSvgExporter
    Dim value As System.Boolean
     
    value = instance.CopyToClipboard()
    public virtual System.bool CopyToClipboard()
    Example
    The following example places an SVG string in the clipboard.
    svgExporter.CopyToClipboard();
    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