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.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public PrintingSystemBase PrintingSystem { get; }

Property Value

Type Description
PrintingSystemBase

The Printing System used to create or print a document.

See Also