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


In This Topic
    LoadDrawingInfoFromStream Method
    In This Topic
    Loads only the drawing info (thumbnail, description and library settings) for the drawing stored in the specified stream without loading the drawing document.
    Syntax
    'Declaration
     
    
    Public Function LoadDrawingInfoFromStream( _
       ByVal stream As System.IO.Stream _
    ) As NDrawingInfo
    'Usage
     
    
    Dim instance As NNevronDrawingFormat
    Dim stream As System.IO.Stream
    Dim value As NDrawingInfo
     
    value = instance.LoadDrawingInfoFromStream(stream)
    public NDrawingInfo LoadDrawingInfoFromStream( 
       System.IO.Stream stream
    )

    Parameters

    stream
    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