corelibraries-devexpress-dot-xtraprinting-01cd7b74.md
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.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public abstract class PageByPageExportOptionsBase :
ExportOptionsBase,
IXtraSupportShouldSerialize
Public MustInherit Class PageByPageExportOptionsBase
Inherits ExportOptionsBase
Implements IXtraSupportShouldSerialize
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.
Show 26 items
Object ExportOptionsBase PageByPageExportOptionsBase FormattedTextExportOptions
See Also