←Select platform

PageOrderDownThenOver Property

Summary

Specifies whether to cut the sheet into multiple pages by moving from top to bottom first.

Syntax
C#
VB
C++
public bool PageOrderDownThenOver { get; set; } 
Public Property PageOrderDownThenOver() As Boolean 
   Get 
   Set 
public:  
   property bool PageOrderDownThenOver 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to enable cutting the sheet into multiple pages moving from top to bottom, then left to right; otherwise, false. The default value is false.

Remarks

If the value of PageOrderDownThenOver is true, the sheet will be cut into multiple pages by moving from top to bottom, then left to right. Otherwise, the sheet will be cut into pages left to right first, and then go down.

This property is only used if the value of MultiPageSheet is set to true.

Example

For an example, refer to CodecsXlsLoadOptions.

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

Leadtools.Codecs Assembly

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