ExportOptionsBase Class
Represents the base class for objects which define specific export options.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[SerializationContext(typeof(PrintingSystemSerializationContext))]
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
public abstract class ExportOptionsBase :
ICloneable
Remarks
The ExportOptionsBase class serves as a base for classes that define specific export options (e.g. PdfExportOptions, HtmlExportOptions, etc.).
Inheritance
Object
ExportOptionsBase
See Also