A newer version of this page is available.
Switch to the current version.
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.v18.2.Core.dll
Declaration
[Browsable(false)]
[DefaultValue(null)]
public virtual PrintingSystemBase PrintingSystemBase { get; set; }
<Browsable(False)>
<DefaultValue(Nothing)>
Public Overridable Property PrintingSystemBase As PrintingSystemBase
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
Feedback