←Select platform

Sort Property

Summary

Sorts text from top-left to bottom-right.

Syntax
C#
VB
C++
[DataMemberAttribute(Name="sort")] 
public bool Sort {get; set;} 
<DataMemberAttribute(Name:="sort")>  
Public Property Sort() As Boolean 
   Get 
   Set 
public:  
   [DataMemberAttribute(Name=L"sort")] 
   property bool Sort 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to sort text from top-left to bottom-right in the output document; otherwise, false to save data into the output file in the same order as the input data. The default value is false.

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.