[]
        
(Showing Draft Content)

C1.C1Preview.Export.ImageExporter

ImageExporter Class

Represents an object that can be used to export a document to a sequence of images.

Inheritance
ImageExporter
Namespace: C1.C1Preview.Export
Assembly: C1.PrintDocument.8.dll
Syntax
public class ImageExporter : PagesExporter

Constructors

Name Description
ImageExporter()

Initializes a new instance of the ImageExporter class. Sets the ImageFormat to the default Tiff value (may be changed later).

Properties

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.

Methods

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.

See Also