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

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.v19.1.Core.dll

Declaration

public abstract class PageByPageExportOptionsBase :
    ExportOptionsBase

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