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


In This Topic
    LoadFromStreamCore Method (NNevronDrawingFormat)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function LoadFromStreamCore( _
       ByVal stream As System.IO.Stream, _
       ByVal loadSettings As NDrawingLoadSettings, _
       ByVal progress As NProgress _
    ) As NDrawingDocument
    'Usage
     
    
    Dim instance As NNevronDrawingFormat
    Dim stream As System.IO.Stream
    Dim loadSettings As NDrawingLoadSettings
    Dim progress As NProgress
    Dim value As NDrawingDocument
     
    value = instance.LoadFromStreamCore(stream, loadSettings, progress)
    protected override NDrawingDocument LoadFromStreamCore( 
       System.IO.Stream stream,
       NDrawingLoadSettings loadSettings,
       NProgress progress
    )

    Parameters

    stream
    loadSettings
    progress
    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