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


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