PdfMatrixOrder Enumeration
|
Represent the applying order to matrix.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfMatrixOrder
Public Enumeration PdfMatrixOrder
public enum class PdfMatrixOrder
Members
|
|
Member 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.
|
See Also