XGraphicsPdfPageOptions EnumerationTerminal Works - PDF Printing.Net Library
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

public enum XGraphicsPdfPageOptions
Members

  Member nameValueDescription
Append0 The new content is inserted behind the old content and any subsequent drawing in done above the existing graphic.
Prepend1 The new content is inserted before the old content and any subsequent drawing in done beneath the existing graphic.
Replace2 The new content entirely replaces the old content and any subsequent drawing in done on a blank page.
See Also

Reference