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

CompositeLink.PrintingSystem Property

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

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

[Browsable(false)]
public PrintingSystem PrintingSystem { get; set; }

Property Value

Type Description
PrintingSystem

A PrintingSystem object.

See Also