Skip to main content

LinkBase.PrintingSystemBase Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[Browsable(false)]
[DefaultValue(null)]
public virtual PrintingSystemBase PrintingSystemBase { get; set; }

Property Value

Type Default Description
PrintingSystemBase null

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

Implements

See Also