Specifies how the content of an existing PDF page and new content is combined.
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Append | 0 | The new content is inserted behind the old content and any subsequent drawing in done above the existing graphic. | |
Prepend | 1 | The new content is inserted before the old content and any subsequent drawing in done beneath the existing graphic. | |
Replace | 2 | The new content entirely replaces the old content and any subsequent drawing in done on a blank page. |
See Also