Skip to content

PDFPortfolioSortInformation

Namespace: O2S.Components.PDF4NET.Portfolios

Defines the sort order of the portfolio items.

public class PDFPortfolioSortInformation

Inheritance ObjectPDFPortfolioSortInformation

Constructors

PDFPortfolioSortInformation()

Initializes a new PDFPortfolioSortInformation object.

public PDFPortfolioSortInformation()

Properties

Ascending

Gets or sets a value indicating the sort order.

public Boolean[] Ascending { get; set; }

Property Value

Boolean[]
If true, the items are sorted in ascending order.

Remarks

Each field in PDFPortfolioSortInformation.SortFields property has a corresponding order in this array.


SortFields

Gets or sets the list of fields used for sort order.

public String[] SortFields { get; set; }

Property Value

String[]
An array of names specifying the fields used for sorting the portfolio items in the user interface.