Represent the applying order to matrix.

Namespace: Spire.Pdf.Graphics
Assembly: 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

MemberValueDescription
Prepend0
The new operation is applied before the old operation.
Append1
The new operation is applied after the old operation.

See Also