[]
        
(Showing Draft Content)

C1.C1Preview.Export.HtmlExportProvider

HtmlExportProvider Class

Describes export to HTML.

Inheritance
HtmlExportProvider
Namespace: C1.C1Preview.Export
Assembly: C1.PrintDocument.4.8.dll
Syntax
public class HtmlExportProvider : ComplexExportProvider

Constructors

Name Description
HtmlExportProvider()

Properties

Name Description
CanExportToStream

Gets a value indicating whether export to stream is supported by the current format. This implementation returns false (export to stream is not supported).

CanShowOptions

Gets a value indicating whether the associated HtmlExporter can show a dialog allowing the user to edit the export options. This implementation returns true.

DefaultExtension

Gets the default filename extension for the current export format. This implementation returns "htm".

DefaultOptionsFormClass

Gets the type of form which is used to edit export options by default. This implementation returns HtmlOptionsForm type.

FormatName

Gets a short description of the HTML export format.

PreferredOrdinal

Specifies the preferred ordinal of the export format in "save as..." and similar dialogs. This implementation returns 40.

ShouldEnsureGeneratedDocument

Gets a value indicating whether, if a C1PrintDocument is to be exported, it should be generated before exporting. This implementation returns true.

Methods

Name Description
CanExportObject(object)

Tests whether the specified object represents a document that can be exported by a HtmlExporter.

CanExportRange(OutputRangeTypeEnum)

Tests whether HtmlExporter can handle the specified type of document pages' range. This implementation returns true.

CanExportType(Type)

Tests whether documents of the specified type can be exported by the current export provider.

NewExporter()

Creates a new instance of HtmlExporter.

See Also