Aspose::Pdf::CollectionSort::get_A method

CollectionSort::get_A method

Gets the sort ordering value. If the value is a 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 S array shall be sorted in ascending or descending order. If the number of entries in the A array is larger than the number of entries in the S array the extra entries in the A array shall be ignored. If the number of entries in the A array is less than the number of entries in the S array the missing entries in the A array shall be assumed to be true. Default value: true

const System::ArrayPtr<bool> & Aspose::Pdf::CollectionSort::get_A() const

See Also