[]
        
(Showing Draft Content)

C1.Win.Document.Export.MetafileFilter

MetafileFilter Class

Used with to render documents into compressed metafile files. This filter creates zip files containing one metafile for each report page.

Inheritance
MetafileFilter
Namespace: C1.Win.Document.Export
Assembly: C1.Win.Document.8.dll
Syntax
public class MetafileFilter : ImageFilter

Constructors

Name Description
MetafileFilter()

Initializes a new instance of the MetafileFilter class.

Properties

Name Description
ExportProvider

Gets MetafileExportProvider.

MetafileType

Gets or sets the type of metafile this MetafileFilter will generate.

ReferenceGraphics

Gets or sets the Graphics object using to obtain device context for created metafiles. Can be null, screen DC will be used in this case.

Methods

Name Description
CopyPropertiesFromOptionsForm(IExportOptionsFormBase)
CopyPropertiesToOptionsForm(IExportOptionsFormBase)
InternalExport(IExecutionContext)