Dundas Chart for ASP.NET
SaveIntoMetafile Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartImage Class : SaveIntoMetafile Method


imageStream
Image stream.
emfType
Image stream.
Saves image into the metafile stream.

Syntax

Visual Basic (Declaration)  
Public Sub SaveIntoMetafile( _
   ByVal imageStream As Stream, _
   ByVal emfType As EmfType _
) 
Visual Basic (Usage) Copy Code
Dim instance As ChartImage
Dim imageStream As Stream
Dim emfType As EmfType
 
instance.SaveIntoMetafile(imageStream, emfType)
C#  
public void SaveIntoMetafile( 
   Stream imageStream,
   EmfType emfType
)

Parameters

imageStream
Image stream.
emfType
Image stream.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.