Click or drag to resize

PdfPortfolioSortLevelCollection Class

Represents a collection of PdfPortfolioSortLevels.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.PdfPdfCollection
      SautinSoft.PdfPdfCollectionPdfPortfolioSortLevel
        SautinSoft.Pdf.PortfoliosPdfPortfolioSortLevelCollection

Namespace: SautinSoft.Pdf.Portfolios
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public sealed class PdfPortfolioSortLevelCollection : PdfCollection<PdfPortfolioSortLevel>, 
	IList, ICollection, IEnumerable, IList<PdfPortfolioSortLevel>, 
	ICollection<PdfPortfolioSortLevel>, IEnumerable<PdfPortfolioSortLevel>
See Also