Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NClipboard Class / SetRTF Method


In This Topic
    SetRTF Method (NClipboard)
    In This Topic
    Sets the specified RTF on the clipboard
    Syntax
    'Declaration
     
    
    Public Shared Sub SetRTF( _
       ByVal rtf() As System.Byte _
    ) 
    'Usage
     
    
    Dim rtf() As System.Byte
     
    NClipboard.SetRTF(rtf)
    public static void SetRTF( 
       System.byte[] rtf
    )

    Parameters

    rtf
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also