PdfPortfolioSortLevelCollection Class
Represents a collection of PdfPortfolioSortLevels.
public sealed class PdfPortfolioSortLevelCollection : PdfCollection<PdfPortfolioSortLevel>, IList, ICollection, IList<PdfPortfolioSortLevel>, ICollection<PdfPortfolioSortLevel>, IEnumerable<PdfPortfolioSortLevel>, IEnumerable
Public NotInheritable Class PdfPortfolioSortLevelCollection
Inherits PdfCollection(Of PdfPortfolioSortLevel)
Implements IList, ICollection, IList(Of PdfPortfolioSortLevel), ICollection(Of PdfPortfolioSortLevel), IEnumerable(Of PdfPortfolioSortLevel), IEnumerable
- Inheritance:
- System.ObjectPdfPortfolioSortLevelCollection
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IList<PdfPortfolioSortLevel>
System.Collections.Generic.ICollection<PdfPortfolioSortLevel>
System.Collections.Generic.IEnumerable<PdfPortfolioSortLevel>
System.Collections.IEnumerable
Methods
GetEnumerator()
Returns an enumerator that iterates through the PdfPortfolioSortLevelCollection.
public PdfPortfolioSortLevelCollection.Enumerator GetEnumerator()
Public Function GetEnumerator As PdfPortfolioSortLevelCollection.Enumerator
Returns
Inherited Properties
Count | Gets the number of elements contained in the PdfCollection. (Inherited from PdfCollection) |
Metadata | (Optional; PDF 1.4) A metadata stream containing metadata for the component. (Inherited from PdfObject) |
Inherited Methods
Clear() | Removes all elements from the PdfCollection. (Inherited from PdfCollection) |
RemoveAt(System.Int32) | Removes the element at the specified index of the PdfCollection. (Inherited from PdfCollection) |
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable