PageBreakCollection Class
Base class for page break collections.
public abstract class PageBreakCollection : IEnumerable
Public MustInherit Class PageBreakCollection
Implements IEnumerable
- Inheritance:
- System.ObjectPageBreakCollection
- Derived
Implements
System.Collections.IEnumerable
Properties
Count
Gets the number of page breaks contained in the collection.
Property Value
- System.Int32
Methods
Clear()
Removes all page breaks.
GetEnumerator()
Returns an enumerator for the collection.
Returns
- System.Collections.IEnumerator
An System.Collections.IEnumerator object that can be used to iterate through the collection.
RemoveAt(Int32)
Removes the page break at the specified index.
Parameters
index
- System.Int32
The zero-based index of the page break to remove.
Implements
System.Collections.IEnumerable