LinkBase Class
In This Article
The base class for all printing links.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public class LinkBase :
Component,
ILink2,
ILink,
ICommandHandler,
IDocumentSource
#Related API Members
The following members return LinkBase objects:
#Remarks
The LinkBase class provides the general functionality to create and print documents using the PrintingSystem.
A Printing System that is used to print a document related to the current link is accessed via its Link.PrintingSystem property.
#Inheritance
See Also