PageBreakCollection<T> Class
Generic base class for page break collections.
public abstract class PageBreakCollection<T> : PageBreakCollection, IEnumerable<T>, IEnumerable
Public MustInherit Class PageBreakCollection(Of T As PageBreak)
Inherits PageBreakCollection
Implements IEnumerable(Of T), IEnumerable
Type Parameters
T
Type of the items in the collection, either HorizontalPageBreak or VerticalPageBreak.
- Inheritance:
- System.ObjectPageBreakCollection<T>
- Derived
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Methods
GetEnumerator()
Returns an enumerator for the collection.
Returns
- System.Collections.Generic.IEnumerator<T>
An enumerator for the collection.
Inherited Properties
Count | Gets the number of page breaks contained in the collection. (Inherited from PageBreakCollection) |
Inherited Methods
Clear() | Removes all page breaks. (Inherited from PageBreakCollection) |
RemoveAt(System.Int32) | Removes the page break at the specified index. (Inherited from PageBreakCollection) |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable