Search
ImageExporter Members
Constructors Properties Methods
 


Exports worksheets as images.

The following tables list the members exposed by the ImageExporter type.

 Public Constructors

  Name Description

ImageExporter

Initializes a new instance of the ImageExporter class.

 Public Properties

  Name Description

CellRange

Gets or sets the range of cells to export, or null (Nothing in Visual Basic), to export the entire sheet.

EnableGridLines

Gets or sets a value indicating whether to export the grid lines.

EnableObjects

Gets or sets a value indicating whether to export drawing objects.

EnableZoom

Gets or sets a value indicating whether to take into consideration the worksheet's zoom factor.

ImageFormat

Gets or sets the format of the created image.

MaxImageSize

Gets or sets the maximum size of the created image. If the size is too big an exception could be thrown.

 Public Methods

  Name Description

Export

Exports the specified worksheet as an image.

ExportObject

Overloaded. Exports an object as an image.

GetExportedRange

Gets the range of cells that was actually exported by the most recent call to Export.

 See Also