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

LinkBase.PrintingSystem Property

Gets the Printing System used to create and print a document for this link.

Namespace: DevExpress.WinUI.Printing

Assembly: DevExpress.WinUI.Printing.v21.2.dll

Declaration

public PrintingSystemBase PrintingSystem { get; }

Property Value

Type Description
PrintingSystemBase

The Printing System used to create or print a document.

See Also