PDFPortfolioSortInformation¶
Namespace: O2S.Components.PDF4NET.Portfolios
Defines the sort order of the portfolio items.
Inheritance Object → PDFPortfolioSortInformation
Constructors¶
PDFPortfolioSortInformation()¶
Initializes a new PDFPortfolioSortInformation object.
Properties¶
Ascending¶
Gets or sets a value indicating the sort order.
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.
Property Value
String[]
An array of names specifying the fields used for sorting the
portfolio items in the user interface.