LinkBase.PrintingSystem Property
In This Article
Gets the Printing System used to create and print a document for this link.
Namespace: DevExpress.WinUI.Printing
Assembly: DevExpress.WinUI.Printing.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public PrintingSystemBase PrintingSystem { get; }
#Property Value
Type | Description |
---|---|
Printing |
The Printing System used to create or print a document. |
See Also