MindFusion.Wpf Pack Programmer's Guide
ImageRenderTarget.Save Method (String)
See Also
 





Saves the rendered image in a PNG format to a file with the specified name.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public void Save (
    string fileName
)

Visual Basic  Copy Code

Public Sub Save( _
    fileName As String _
)

 Parameters

fileName

The file name where the image will be saved.

 See Also

Save Method Overload List
ImageRenderTarget Members
ImageRenderTarget Class
MindFusion.Reporting.Wpf Namespace