Click or drag to resize

PdfCollection Sort Method

Sort embedded files with field names.

Namespace: Spire.Pdf.Collections
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Sort(
	string[] fieldNames,
	bool[] order
)

Parameters

fieldNames
Type: System String
The names of fields that the PDF viewer application uses to sort the items in the collection.
order
Type: System Boolean
Specifies whether the items in the collection are sorted in ascending order.
See Also