Skip to main content

LinkPrintTool(LinkBase) Constructor

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

Namespace: DevExpress.XtraPrinting.Links

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public LinkPrintTool(
    LinkBase link
)

Parameters

Name Type Description
link LinkBase

A LinkBase descendant.

See Also