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


In This Topic
    GetRTF Method (NClipboard)
    In This Topic
    Tries to get a RTF byte array from the clipboard. Returns null, if data in RTF format does not exists on the clipboard or its retrieval failed. Returns a RTF byte array in case the data was successfully retrived.
    Syntax
    'Declaration
     
    
    Public Shared Function GetRTF() As System.Byte()
    'Usage
     
    
    Dim value() As System.Byte
     
    value = NClipboard.GetRTF()
    public static System.byte[] GetRTF()
    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