Search
ImageExporter.ExportObject Method (InteractiveObject, String)
See Also
 






Exports the specified object as an image.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void ExportObject (
    InteractiveObject obj,
    string filePath
)

Visual Basic  Copy Code

Public Sub ExportObject( _
    obj As InteractiveObject, _
    filePath As String _
)

 Parameters

obj

The object to export.

filePath

The name of the file where the image should be stored.

 See Also