Skip to main content

PageByPageExportOptionsBase Class

Represents the base class for objects which define specific export options for those export formats which support page-by-page export (HTML, MHT and PDF).

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public abstract class PageByPageExportOptionsBase :
    ExportOptionsBase,
    IXtraSupportShouldSerialize

Remarks

The PageByPageExportOptionsBase class serves as a base for classes that define specific export options for those export formats which support page-by-page export (e.g. HtmlExportOptions, MhtExportOptions or PdfExportOptions).

In addition to the common export settings inherited from the base ExportOptionsBase class, the PageByPageExportOptionsBase class declares the PageByPageExportOptionsBase.PageRange property, which specifies the range of pages to be exported.

See Also