PageFlow Enum

Represents the direction of pdf page layout in MultipagePageScaling.

public enum PageFlow
Public Enum PageFlow

Inheritance: ObjectValueTypeEnumPageFlow

Fields

PageFlow.LeftToRight0Indicates that each row will be filled with pages in left to right direction.
PageFlow.RightToLeft1Indicates that each row will be filled with pages in right to left direction.
PageFlow.TopToBottom2Indicates 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:

See Also

ceTe.DynamicPDF.Printing

In this topic