CollectionSortFieldNames Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
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.

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<string> FieldNames { get; }

Property Value

Type: IListString
The field names.
See Also

Reference