Multi pages order in the Paper layout.

Namespace: Spire.Pdf.Print
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PdfMultiPageOrder
Public Enumeration PdfMultiPageOrder
public enum class PdfMultiPageOrder
type PdfMultiPageOrder

Members

MemberValueDescription
Horizontal0
Horizontal and from left to right
HorizontalReversed1
Horizontal and from right to left
Vertical2
Vertical and from left to right
VerticalReversed3
Vertical and from right to left

See Also