Skip to main content

ILink Interface

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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