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

ILink Interface

Provides the basic functionality to create documents that are ready to print.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

The following members return ILink objects:

Remarks

The ILink interface provides only the ILink.CreateDocument method, which is called to create a document that is ready to print.

See Also