Enum XPageDirection
Specifies the direction of the y-axis.
public enum XPageDirection
Fields
Downwards = 0
Increasing Y values go downwards. This is the default.
[Obsolete("Not implemeted - yagni")] Upwards = 1
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.