PDFsharp-net6

XPageDirection

Namespace: PdfSharp.Drawing

Specifies the direction of the y-axis.

public enum XPageDirection

Inheritance ObjectValueTypeEnumXPageDirection
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
Downwards 0 Increasing Y values go downwards. This is the default.
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.