Skip to main content

LinkBase.PrintingSystem Property

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

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

public PrintingSystem PrintingSystem { get; }

#Property Value

Type Description
PrintingSystem

A PrintingSystem object which specifies the Printing System used to create and print a document.

See Also