Represent the applying order to matrix.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfMatrixOrder
Public Enumeration PdfMatrixOrder
public enum class PdfMatrixOrder
type PdfMatrixOrder
Members
| Member | Value | Description |
|---|---|---|
| Prepend | 0 |
The new operation is applied before the old operation.
|
| Append | 1 |
The new operation is applied after the old operation.
|