public final class MatrixOrder
extends com.aspose.ms.System.Enum
Specifies the order for matrix transform operations.
public static final int Prepend
The new operation is applied before the old operation.
public static final int Append
The new operation is applied after the old operation.