Skip to main content

LinkBase Class

The base class for all printing links.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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