corelibraries-devexpress-dot-xtraprinting-170fef8e.md
The base class for all printing links.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public class LinkBase :
Component,
ILink2,
ILink,
ICommandHandler,
IDocumentSource
Public Class LinkBase
Inherits Component
Implements ILink2,
ILink,
ICommandHandler,
IDocumentSource
The following members return LinkBase objects:
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.
Show 18 items
Object MarshalByRefObject Component LinkBase CompositeLinkBase
See Also