Click or drag to resize

PdfPortfolioSortLevelToString Method

Returns a String that represents this PdfPortfolioSortLevel instance.

Namespace: SautinSoft.Pdf.Portfolios
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public override string ToString()

Return Value

String
A String that represents this PdfPortfolioSortLevel instance.
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).
See Also