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.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

The following members return ILink objects:

Library Related API Members
WPF Controls LegacyLinkPreviewModel.Link
Silverlight Controls LegacyLinkPreviewModel.Link

Remarks

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

See Also