Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NLocalFileImageSource Class / CreateEmbedded Method


In This Topic
    CreateEmbedded Method
    In This Topic
    Creates a new local file image source and embeds the image file data.
    Syntax
    'Declaration
     
    
    Public Shared Function CreateEmbedded( _
       ByVal filePath As System.String _
    ) As NLocalFileImageSource
    'Usage
     
    
    Dim filePath As System.String
    Dim value As NLocalFileImageSource
     
    value = NLocalFileImageSource.CreateEmbedded(filePath)
    public static NLocalFileImageSource CreateEmbedded( 
       System.string filePath
    )

    Parameters

    filePath
    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