XPageDirection EnumerationTerminal Works - PDF Printing.Net Library
Specifies the direction of the y-axis.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public enum XPageDirection
Members

  Member nameValueDescription
Downwards0 Increasing Y values go downwards. This is the default.
Upwards1 Obsolete. Increasing Y values go upwards. This is only possible when drawing on a PDF page. It is not implemented when drawing on a System.Drawing.Graphics object.
See Also

Reference