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
)
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
-
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