XMatrixOrder EnumerationTerminal Works - PDF Printing.Net Library
Specifies the order for matrix transform operations.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public enum XMatrixOrder
Members

  Member nameValueDescription
Prepend0 The new operation is applied before the old operation.
Append1 The new operation is applied after the old operation.
See Also

Reference