ImageGear .NET
WorkerImports.PageOrder Enumeration




Defines ImageGear Excel rendering options.
Syntax
'Declaration
 
Public Enum WorkerImports.PageOrder 
   Inherits System.Enum
'Usage
 
Dim instance As WorkerImports.PageOrder
public enum WorkerImports.PageOrder : System.Enum 
__value public enum WorkerImports.PageOrder : public System.Enum 
public enum class WorkerImports.PageOrder : public System.Enum 
Members
MemberValueDescription
DownThenOver0 Pages will be created in the order starting with the first page in the first column and moving down.When the end of the page column is reached, focus moves back up to the start of the next page column.This process is continued until all active content has added to pages.
OverThenDown1 Pages will be created in the order starting with the first page in the first row and moving across.When the end of the page row is reached, focus moves down to the start of the next page row.This process is continued until all active content has added to pages.*/
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.Office.WorkerImports.PageOrder

See Also

Reference

ImageGear.Formats.Office Namespace

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback