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

CompositeLinkBase.PrintingSystemBase Property

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

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[DefaultValue(null)]
public override PrintingSystemBase PrintingSystemBase { get; set; }

Property Value

Type Default Description
PrintingSystemBase *null*

A PrintingSystemBase class descendant.

See Also