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


In This Topic
    LoadFromStreamCore Method (NRasterImageDrawingFormat)
    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 NRasterImageDrawingFormat
    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
    Exceptions
    ExceptionDescription
    The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
    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