Click or drag to resize

PdfMultiPageOrder Enumeration

Multi pages order in the Paper layout.

Namespace: Spire.Pdf.Print
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfMultiPageOrder
Members
Member name Value Description
Horizontal 0 Horizontal and from left to right
HorizontalReversed 1 Horizontal and from right to left
Vertical 2 Vertical and from left to right
VerticalReversed 3 Vertical and from right to left
See Also