Nevron .NET Vision
Nevron.Chart.View Namespace / NChartSwfView Class / RenderImage Method


In This Topic
    RenderImage Method (NChartSwfView)
    In This Topic
    Creates a SWF representation of the specified document
    Syntax
    'Declaration
     
    
    Public Function RenderImage( _
       ByVal swfImageFormat As NSwfImageFormat _
    ) As NSwfImage
    'Usage
     
    
    Dim instance As NChartSwfView
    Dim swfImageFormat As NSwfImageFormat
    Dim value As NSwfImage
     
    value = instance.RenderImage(swfImageFormat)
    public NSwfImage RenderImage( 
       NSwfImageFormat swfImageFormat
    )

    Parameters

    swfImageFormat
    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