ExportOptionsBase Class
In This Article
Represents the base class for objects which define specific export options.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[SerializationContext(typeof(PrintingSystemSerializationContext))]
public abstract class ExportOptionsBase :
ICloneable
#Related API Members
The following members return ExportOptionsBase objects:
Library | Related API Members |
---|---|
WPF Controls | Export |
ASP. |
ASPx |
XAF: Cross-Platform .NET App UI & Web API | Custom |
#Remarks
The ExportOptionsBase class serves as a base for classes that define specific export options (e.g. PdfExportOptions, HtmlExportOptions, etc.).
See Also