Specifies the order for matrix transform operations.
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
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