Click or drag to resize

PdfPortfolioSortLevel Structure

Represents settings for a single sort level of a PdfPortfolio.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SautinSoft.Pdf.PortfoliosPdfPortfolioSortLevel

Namespace: SautinSoft.Pdf.Portfolios
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public readonly struct PdfPortfolioSortLevel : IEquatable<PdfPortfolioSortLevel>

The PdfPortfolioSortLevel type exposes the following members.

Constructors
 NameDescription
Public methodPdfPortfolioSortLevel Initializes a new instance of the PdfPortfolioSortLevel structure from the specified PdfName key of the PdfPortfolioField in the Fields and the optional ordering preference.
Top
Properties
 NameDescription
Public propertyAscending Gets a value indicating whether to sort the values in the ascending order.
Public propertyFieldKey Gets the PdfName key of the PdfPortfolioField in the Fields by which files and folders in the PdfPortfolio are sorted.
Top
Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this PdfPortfolioSortLevel instance.
(Overrides ValueTypeEquals(Object))
Public methodEquals(PdfPortfolioSortLevel) Determines whether the other PdfPortfolioSortLevel is equal to this PdfPortfolioSortLevel instance.
Public methodGetHashCode Returns a hash code for this PdfPortfolioSortLevel instance.
(Overrides ValueTypeGetHashCode)
Public methodToString Returns a String that represents this PdfPortfolioSortLevel instance.
(Overrides ValueTypeToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(PdfPortfolioSortLevel, PdfPortfolioSortLevel) Determines whether first and second PdfPortfolioSortLevels are equal.
Public operatorStatic memberInequality(PdfPortfolioSortLevel, PdfPortfolioSortLevel) Determines whether first and second PdfPortfolioSortLevels are not equal.
Top
See Also