Back to Devexpress

PageBreakInfoCollection Class

wpf-devexpress-dot-xpf-dot-printing-a14fda79.md

latest1.5 KB
Original Source

PageBreakInfoCollection Class

A collection of PageBreakInfo objects.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public class PageBreakInfoCollection :
    ObservableCollection<PageBreakInfo>
vb
Public Class PageBreakInfoCollection
    Inherits ObservableCollection(Of PageBreakInfo)

The following members return PageBreakInfoCollection objects:

Inheritance

Object Collection<PageBreakInfo> ObservableCollection<PageBreakInfo> PageBreakInfoCollection

See Also

PageBreakInfoCollection Members

DevExpress.Xpf.Printing Namespace