PDFsharp-net6

XMatrixOrder

Namespace: PdfSharp.Drawing

Specifies the order for matrix transform operations.

public enum XMatrixOrder

Inheritance ObjectValueTypeEnumXMatrixOrder
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
Prepend 0 The new operation is applied before the old operation.
Append 1 The new operation is applied after the old operation.