←Select platform

Sort Property

Summary

Sorts text from top-left to bottom-right.

Syntax
C#
Objective-C
C++/CLI
Python
[DataMemberAttribute(Name="sort")] 
public bool Sort {get; set;} 
@property (nonatomic, assign) BOOL sort; 
public:  
   [DataMemberAttribute(Name=L"sort")] 
   property bool Sort 
   { 
      bool get() 
      void set(bool value) 
   } 
Sort # get and set (AltoXmlDocumentOptions) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

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