Skip to main content

HtmlExportOptionsBase Class

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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