Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export Namespace / HtmlFilter Class
Fields Properties Methods


In This Topic
    HtmlFilter Class Members
    In This Topic

    The following tables list the members exposed by HtmlFilter.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public FieldSpecifies whether draw special symbols or using Wingdings symbols (in standard checkboxs, crossboxs and radiobuttons). (Inherited from C1.WPF.Document.Export.HtmlFilterBase)
    Public FieldSpecifies the navigator position (Inherited from C1.WPF.Document.Export.HtmlFilterBase)
    Public FieldSpecifies whether the filter should produce a continuous report into a single HTML file or a paged report into a set of HTML files.  
    Public FieldSpecifies whether the navigator should be added (Inherited from C1.WPF.Document.Export.HtmlFilterBase)
    Public FieldSpecifies whether the filter should produce a single file (Inherited from C1.WPF.Document.Export.HtmlFilterBase)
    Top
    Protected Fields
     NameDescription
    Protected Field (Inherited from C1.WPF.Document.Export.ExportFilter)
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the DocumentInfo object associated with the document assigned to the current exporter. (Inherited from C1.WPF.Document.Export.ExportFilter)
    Public PropertyOverridden. Gets ExportProvider.HtmlExportProvider.  
    Public PropertyGets or sets the name of the output file. (Inherited from C1.WPF.Document.Export.ExportFilter)
    Public PropertyGets a value indicating whether multiple files were generated during export. If multiple files were generated, and the UseZipForMultipleFiles property is true, the output (stream or file) will be a zipped archive containing the generated files. The list of actual files can be retrived via OutputFiles property. (Inherited from C1.WPF.Document.Export.ExportFilter)
    Public PropertyGets the list of files which were generated by the call to Export(string). Typically exporters produce a single file (e.g. RTF, XLS exporters), but some (like HTML, EMF exporters) may produce several files all of which can be then accessed through this property. (Inherited from C1.WPF.Document.Export.ExportFilter)
    Public PropertyGets or sets the C1.WPF.Document.C1PageSettings providing exporting content. (Inherited from C1.WPF.Document.Export.ExportFilter)
    Public PropertyGets or sets a value indicating whether the exported document should be opened after exporting it to a disk file. The application used to open the file is determined by the OS shell. (Inherited from C1.WPF.Document.Export.ExportFilter)
    Public PropertyGets or sets the range of pages that is to be exported. (Inherited from C1.WPF.Document.Export.ExportFilter)
    Public PropertyGets or sets a value indicating whether the options dialog should be shown to the user before exporting the document. (Inherited from C1.WPF.Document.Export.ExportFilter)
    Public PropertyGets or sets the output stream. (Inherited from C1.WPF.Document.Export.ExportFilter)
    Public PropertyGets or sets a value indicating whether the output (stream or file) should be a zipped archive with the generated files, if multiple files are created during export. (Inherited from C1.WPF.Document.Export.ExportFilter)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Indicates whether a range of pages can be exported. Returns true for paged export mode, false for non-paged.  
    Public MethodOverloaded. Disposes the ExportFilter object. (Inherited from C1.WPF.Document.Export.ExportFilter)
    Public MethodDisplays a dialog that allows the user to edit the export options. (Inherited from C1.WPF.Document.Export.ExportFilter)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from C1.WPF.Document.Export.ExportFilter)
    Top
    See Also