HtmlExportOptionsBase Class
In This Article
Represents the base class for objects which define export options specific to HTML and MHT formats.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.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).
#Inheritance
See Also