Skip to main content

PageBreakInfo(TemplatedLink) Constructor

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public PageBreakInfo(
    TemplatedLink link
)

Parameters

Name Type Description
link TemplatedLink

A TemplatedLink descendant.

See Also