PdfPortfolioSortLevel Constructor |
Namespace: SautinSoft.Pdf.PortfoliosAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntaxpublic PdfPortfolioSortLevel(
PdfName fieldKey,
bool ascending = true
)
Public Sub New (
fieldKey As PdfName,
Optional ascending As Boolean = 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