Enum WebMatrixOrder
Enum WebMatrixOrder
Namespace: Aspose.Html.Drawing
Assembly: Aspose.HTML.dll (25.2.0)
Specifies the order in which matrix transformations are applied.
[ComVisible(true)]
public enum WebMatrixOrder
Fields
Append = 0
Specifies that the transformation is appended to the existing transformation.
Prepend = 1
Specifies that the transformation is prepended to the existing transformation.