Skip to main content

LegacyLinkPreviewModel(ILink) Constructor

In This Article

Initializes a new instance of the LegacyLinkPreviewModel class with the specified link.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

public LegacyLinkPreviewModel(
    ILink link
)

#Parameters

Name Type Description
link ILink

An object implementing the DevExpress.XtraPrinting.ILink interface.

See Also