CollectionSortOrders Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets the orders. If the value has a single boolean, it specifies whether the interactive PDF processor shall sort the items in the collection in ascending order (true) or descending order (false). If the value is an array, each element of the array shall be a boolean value that specifies whether the entry at the same index in the FieldNames array shall be sorted in ascending or descending order. If the number of entries in the Orders array is larger than the number of entries in the FieldNames array the extra entries in the Orders array shall be ignored.If the number of entries in the Orders array is less than the number of entries in the FieldNames array the missing entries in the Orders array shall be assumed to be true.

Namespace:  Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel.Collections
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public IList<bool> Orders { get; }

Property Value

Type: IListBoolean
The orders.
See Also

Reference