Nevron .NET Vision
Nevron.GraphicsCore Namespace / NEmfImage Class / SaveToStream Method


In This Topic
    SaveToStream Method (NEmfImage)
    In This Topic
    Obtains an image form the image renderer and saves it to the specified stream.
    Syntax
    'Declaration
     
    
    Public Overrides Sub SaveToStream( _
       ByVal stream As System.IO.Stream, _
       ByVal fileFormat As INFileFormat _
    ) 
    'Usage
     
    
    Dim instance As NEmfImage
    Dim stream As System.IO.Stream
    Dim fileFormat As INFileFormat
     
    instance.SaveToStream(stream, fileFormat)
    public override void SaveToStream( 
       System.IO.Stream stream,
       INFileFormat fileFormat
    )

    Parameters

    stream
    fileFormat
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also