Skip to main content
A newer version of this page is available. .

HtmlExportOptionsBase Class

Represents the base class for objects which define export options specific to HTML and MHT formats.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public abstract class HtmlExportOptionsBase :
    PageByPageExportOptionsBase

Remarks

The HtmlExportOptionsBase class serves as a base for classes that define HTML and MHT-specific export options (HtmlExportOptions and MhtExportOptions).

See Also