[]
Represents an object that can be used to export a document to a sequence of images.
public class ImageExporter : PagesExporter
| Name | Description |
|---|---|
| ImageExporter() | Initializes a new instance of the ImageExporter class. Sets the ImageFormat to the default Tiff value (may be changed later). |
| Name | Description |
|---|---|
| ExportProvider | Gets the export provider associated with the current ImageExporter. |
| ImageFormat | Gets or sets the image format associated with the current exporter. Supported formats are: Bmp, Gif, Jpeg, Png and Tiff. |
| Resolution | Gets or sets the resolution of the exported image. |
| Name | Description |
|---|---|
| CopyPropertiesToOptionsForm(ExportOptionsFormBase) | Copies the properties of the current exporter to corresponding user-editable options of the specified export options form. |
| ProcessPage(Metafile, C1MetafileInfo, int, bool) | Exports a page of a document represented by a Metafile. |