Sort embedded files with field names.

Namespace: Spire.Pdf.Collections
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Sort(
	string[] fieldNames,
	bool[] order
)
Public Sub Sort ( 
	fieldNames As String(),
	order As Boolean()
)
public:
void Sort(
	array<String^>^ fieldNames, 
	array<bool>^ order
)
member Sort : 
        fieldNames : string[] * 
        order : bool[] -> unit 

Parameters

fieldNames
array<String>[]()[][]
The names of fields that the PDF viewer application uses to sort the items in the collection.
order
array<Boolean>[]()[][]
Specifies whether the items in the collection are sorted in ascending order.

See Also