CollectionSort Properties

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET

The CollectionSort type exposes the following members.

Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyFieldNames
Gets the names of fields that the interactive PDF processor shall use to sort the items in the collection. If the value has a single name, it identifies a field described in the parent PortableCollection. If the value is an array, each element of the array shall be a name that identifies a field described in the parent PortableCollection. The array form shall be used to allow additional fields to contribute to the sort, where each additional field shall be used to break ties. More specifically, if multiple collection items have the same value for the first field named in the array, the values for successive fields named in the array shall be used for sorting, until a unique order is determined or until the named fields are exhausted.
Public propertyOrders
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.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference