Skip to main content

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.v23.2.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