PageFlow Enum
Represents the direction of pdf page layout in MultipagePageScaling.
public enum PageFlow
Public Enum PageFlow
Inheritance: ObjectValueTypeEnumPageFlow
Fields
PageFlow.LeftToRight | 0 | Indicates that each row will be filled with pages in left to right direction. |
PageFlow.RightToLeft | 1 | Indicates that each row will be filled with pages in right to left direction. |
PageFlow.TopToBottom | 2 | Indicates that each column will be filled with pages in top to bottom direction. |
Licensing Info
This enum is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF PrintManager selected.
- A DynamicPDF PrintManager for .NET v4.X Developer license.