Click or drag to resize

PdfPortfolioSortLevel Constructor

Initializes a new instance of the PdfPortfolioSortLevel structure from the specified PdfName key of the PdfPortfolioField in the Fields and the optional ordering preference.

Namespace: SautinSoft.Pdf.Portfolios
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public PdfPortfolioSortLevel(
	PdfName fieldKey,
	bool ascending = true
)

Parameters

fieldKey  PdfName
The PdfName key of the PdfPortfolioField in the Fields by which files and folders in the PdfPortfolio are sorted.
ascending  Boolean  (Optional)
to sort the values in the ascending order; otherwise, .
See Also