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

LinkBase Class

The base class for all printing links.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public class LinkBase :
    Component,
    ILink2,
    ILink,
    ICommandHandler,
    IDocumentSource

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.

See Also