corelibraries-devexpress-dot-xtraprinting-b4417355.md
The base for classes that provide the basic printing functionality in different environments.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public class PrintingSystemBase :
Component,
ISupportInitialize,
IPrintingSystem,
IPrintingSystemContext,
IServiceProvider,
IDocument,
IServiceContainer,
IPageRepository,
IPageInfoFormatProvider,
IMaxPageSizeProvider
Public Class PrintingSystemBase
Inherits Component
Implements ISupportInitialize,
IPrintingSystem,
IPrintingSystemContext,
IServiceProvider,
IDocument,
IServiceContainer,
IPageRepository,
IPageInfoFormatProvider,
IMaxPageSizeProvider
The following members return PrintingSystemBase objects:
Show 20 links
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.
Object MarshalByRefObject Component PrintingSystemBase RemotePrintingSystem
See Also