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





Saves the rendered image to a file with the specified name and using the specified bitmap encoder.

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

 Syntax

C#  Copy Code

public void Save (
    string fileName,
    BitmapEncoder encoder
)

Visual Basic  Copy Code

Public Sub Save( _
    fileName As String, _
    encoder As BitmapEncoder _
)

 Parameters

fileName

The file name where the image will be saved.

encoder

The encoder to use for saving.

 See Also

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