Document.PrintingSystem Property
In This Article
Provides access to the Printing System for the current document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public PrintingSystemBase PrintingSystem { get; }
#Property Value
Type | Description |
---|---|
Printing |
A Printing |
See Also