NevronOpenVision
Nevron.Nov.Graphics Namespace / NImage Class / FromFileEmbedded Method / FromFileEmbedded(String) Method
The full file path to the image file.
FromFileEmbedded(String) Method
Creates an image from the file with the given full file path. The file content is read asynchronously and embedded into the created image, so it does not depend on the file.
Syntax
public static NImage FromFileEmbedded( 
   System.string fileName
)

Parameters

fileName
The full file path to the image file.
Remarks
Full file paths are not supported on sandboxed platforms like Blazor WebAssembly and Mac Store applications.
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