Nevron Open Vision Documentation
Nevron.Nov.Diagram.Formats Namespace / NNevronDrawingFormat Class / LoadDrawingInfoFromFileAsync Method


In This Topic
    LoadDrawingInfoFromFileAsync Method
    In This Topic
    Loads only the drawing info (thumbnail, description and library settings) for the drawing stored in the specified file without loading the drawing document.
    Syntax
    'Declaration
     
    
    Public Function LoadDrawingInfoFromFileAsync( _
       ByVal file As NFile _
    ) As NPromise(Of NDrawingInfo)
    'Usage
     
    
    Dim instance As NNevronDrawingFormat
    Dim file As NFile
    Dim value As NPromise(Of NDrawingInfo)
     
    value = instance.LoadDrawingInfoFromFileAsync(file)
    public NPromise<NDrawingInfo> LoadDrawingInfoFromFileAsync( 
       NFile file
    )

    Parameters

    file
    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