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

ExportOptionsBase Class

Represents the base class for objects which define specific export options.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[SerializationContext(typeof(PrintingSystemSerializationContext))]
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.).

See Also