Table of Contents

Enum XMatrixOrder

Namespace
PdfSharp.Drawing
Assembly
PdfSharp.dll

Specifies the order for matrix transform operations.

public enum XMatrixOrder

Fields

Append = 1

The new operation is applied after the old operation.

Prepend = 0

The new operation is applied before the old operation.