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

PrintingSystemBase Class

The base for classes that provide the basic printing functionality in different environments.

Namespace: DevExpress.XtraPrinting

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

Declaration

public class PrintingSystemBase :
    Component,
    ISupportInitialize,
    IPrintingSystem,
    IPrintingSystemContext,
    IServiceProvider,
    IDocument,
    IServiceContainer,
    IPageRepository,
    IPageInfoFormatProvider,
    IMaxPageSizeProvider

Remarks

The PrintingSystemBase class descendants are used to create documents based on the content of different controls.

This class provides page settings and document printing options. Properties of this class provide access to other report management objects: Document, BrickGraphics (draws graphics within a document); XtraPageSettingsBase (defines page settings), etc.

The following code snippets (auto-collected from DevExpress Examples) contain references to the PrintingSystemBase class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also