Nevron .NET Vision
Nevron.Chart.View Namespace / NChartHtmlImageMapView Class / WriteImageMap Method


In This Topic
    WriteImageMap Method
    In This Topic
    Creates a bitmap representation of the specified document
    Syntax
    'Declaration
     
    
    Public Sub WriteImageMap( _
       ByVal htmlMapContext As NHtmlMapContext, _
       ByVal textWriter As System.IO.TextWriter _
    ) 
    'Usage
     
    
    Dim instance As NChartHtmlImageMapView
    Dim htmlMapContext As NHtmlMapContext
    Dim textWriter As System.IO.TextWriter
     
    instance.WriteImageMap(htmlMapContext, textWriter)
    public void WriteImageMap( 
       NHtmlMapContext htmlMapContext,
       System.IO.TextWriter textWriter
    )

    Parameters

    htmlMapContext
    textWriter
    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