[]
        
(Showing Draft Content)

C1.WPF.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
Implements
Namespace: C1.WPF.Document.Export
Assembly: C1.WPF.Document.dll
Syntax
public class MetafileFilter : ImageFilter, IDisposable

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.