Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Description

Saves an Area as a specified image format at a specified file path.
C#
vb.net

Parameters

filePath
A string representing the filepath you would like to save the image to.
ImageFormat
The file format ExcelWriter will save the area as. Supported file types include GIF, JPEG, BMP, PNG, EMF, TIFF, and WMF

Exceptions

System.Exception
If there is a problem creating, opening, or writing to the file specified, or reading from the Area object.

Examples

C#
vb.net
  • No labels