Nevron .NET Vision
Nevron.Chart Namespace / NImageExporter Class / SaveToFile Method / SaveToFile(String,NSize,NResolution,INImageFormat) Method
full file name
the dimensions of the image in pixels
the resolution of the exported image
the image format used to encode the image


In This Topic
    SaveToFile(String,NSize,NResolution,INImageFormat) Method
    In This Topic
    Saves the current chart image to a file
    Syntax
    'Declaration
     
    
    Public Overloads Sub SaveToFile( _
       ByVal fileName As System.String, _
       ByVal dimensions As NSize, _
       ByVal resolution As NResolution, _
       ByVal imageFormat As INImageFormat _
    ) 
    'Usage
     
    
    Dim instance As NImageExporter
    Dim fileName As System.String
    Dim dimensions As NSize
    Dim resolution As NResolution
    Dim imageFormat As INImageFormat
     
    instance.SaveToFile(fileName, dimensions, resolution, imageFormat)
    public void SaveToFile( 
       System.string fileName,
       NSize dimensions,
       NResolution resolution,
       INImageFormat imageFormat
    )

    Parameters

    fileName
    full file name
    dimensions
    the dimensions of the image in pixels
    resolution
    the resolution of the exported image
    imageFormat
    the image format used to encode the image
    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