[]
        
(Showing Draft Content)

C1.WPF.Document.Export.HtmlFilter

HtmlFilter Class

Used to render reports into HTML streams or files.

Inheritance
ExportFilter
GraphicsFilter
HtmlFilterBase
HtmlFilter
HtmlFilter
Implements
Namespace: C1.WPF.Document.Export
Assembly: C1.WPF.Document.dll
Syntax
public class HtmlFilter : HtmlFilter, IDisposable
Public Class HtmlFilter
    Inherits HtmlFilter
    Implements IDisposable

Constructors

Name Description
HtmlFilter()

Properties

Name Description
ExportProvider

Gets C1.Document.Export.ExportProvider.HtmlExportProvider.

Methods

Name Description
CreateGraphics(XmlWriter, C1Page, string, bool, bool)

Creates C1.Document.Util.C1HtmlGraphics instance to draw page.

Init()

Override this method to perform initialization linked with used C1Graphics object.